summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-04 07:30:45 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-04 07:30:45 +0000
commit50075887187e1801f3d3425f20a6b6127ffd7ff8 (patch)
tree3a562e2df3d9abdc76587dbb2acf2314c918deb8 /Makefile
parent885c894656d26c246cc7757f3a29bf237b129227 (diff)
downloadvdr-plugin-muggle-50075887187e1801f3d3425f20a6b6127ffd7ff8.tar.gz
vdr-plugin-muggle-50075887187e1801f3d3425f20a6b6127ffd7ff8.tar.bz2
Added patch for using sockets and improved menu translations
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@199 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7e5d7af..a8fd95b 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,7 @@ LIBS = -lmad -lmysqlclient -lvorbisfile -lvorbis
### Targets:
-all: libvdr-$(PLUGIN).so
-# mugglei
+all: libvdr-$(PLUGIN).so mugglei
# Dependencies:
@@ -78,7 +77,7 @@ libvdr-$(PLUGIN).so: $(OBJS)
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
mugglei: mg_tools.o mugglei.o
- $(CXX) $(CXXFLAGS) $(LIBS) -ltag -o $@ $^
+ $(CXX) $(CXXFLAGS) $^ $(LIBS) -ltag -o $@
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)