summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-08 07:02:08 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-08 07:02:08 +0000
commitd1da28459ff8904ec6e161ff8c4af20ce6d09639 (patch)
tree20880cf2bd5aa72dbe2250c68418d147a147d76e
parent4fc007864d315524fd19ae10b32df6132d080d6d (diff)
downloadvdr-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--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09f238e..7cfd474 100644
--- a/Makefile
+++ b/Makefile
@@ -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)