From 972fcd237e7119bb5a1c63b0c97b81cea002fec2 Mon Sep 17 00:00:00 2001 From: ville Date: Sat, 8 Oct 2005 20:42:42 +0000 Subject: DB_OBJ is already in OBJS. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@868 e10066b5-e1e2-0310-b819-94efdf66514b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2354b9c..08cad1f 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ $(DEPFILE): Makefile mg_tables.h: scripts/genres.txt scripts/iso_639.xml scripts/musictypes.txt scripts/sources.txt scripts/gentables -libvdr-$(PLUGIN).so: $(OBJS) $(DB_OBJ) +libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(PLAYLIBS) $(SQLLIBS) -o $@ @cp $@ $(LIBDIR)/$@.$(VDRVERSION) -- cgit v1.2.3