diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-09-08 07:02:08 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-09-08 07:02:08 +0000 |
commit | d1da28459ff8904ec6e161ff8c4af20ce6d09639 (patch) | |
tree | 20880cf2bd5aa72dbe2250c68418d147a147d76e | |
parent | 4fc007864d315524fd19ae10b32df6132d080d6d (diff) | |
download | vdr-plugin-muggle-d1da28459ff8904ec6e161ff8c4af20ce6d09639.tar.gz vdr-plugin-muggle-d1da28459ff8904ec6e161ff8c4af20ce6d09639.tar.bz2 |
Patch from Ville Skyttä: simplify dependencies for the shared lib
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@822 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -151,8 +151,7 @@ $(DEPFILE): Makefile mg_tables.h: scripts/genres.txt scripts/iso_639.xml scripts/musictypes.txt scripts/sources.txt scripts/gentables -# das hier nur voruebergehend, zum einfacheren Testen, ob noch alles kompiliert: -libvdr-$(PLUGIN).so: $(OBJS) $(DB_OBJ) mg_db_gd_mysql.o # mg_db_gd_sqlite.o mg_db_gd_pg.o +libvdr-$(PLUGIN).so: $(OBJS) $(DB_OBJ) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(PLAYLIBS) $(SQLLIBS) -o $@ @cp $@ $(LIBDIR)/$@.$(VDRVERSION) |