From 9e6139533024afca59ef5873d333f0af93ccbc17 Mon Sep 17 00:00:00 2001 From: wr61 Date: Mon, 28 Feb 2005 01:30:25 +0000 Subject: mgSelection::Sync, not yet very well tested git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.3-wr@518 e10066b5-e1e2-0310-b819-94efdf66514b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84b74f6..338a98a 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@ @cp $@ $(LIBDIR)/$@.$(VDRVERSION) -mugglei: mg_tools.o mugglei.o +mugglei: mg_tools.o mugglei.o mg_order.o mg_selection.o mg_mysql.o mg_valmap.o mg_content.o mg_setup.o i18n.o $(CXX) $(CXXFLAGS) $^ $(MILIBS) -o $@ install: -- cgit v1.2.3