summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)