diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-04 07:30:45 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-04 07:30:45 +0000 |
| commit | 50075887187e1801f3d3425f20a6b6127ffd7ff8 (patch) | |
| tree | 3a562e2df3d9abdc76587dbb2acf2314c918deb8 /Makefile | |
| parent | 885c894656d26c246cc7757f3a29bf237b129227 (diff) | |
| download | vdr-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-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |
