summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-02-28 15:18:30 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-02-28 15:18:30 +0000
commit4e4788985445d9943d2965884f5f092c687d05f5 (patch)
tree0d769aacc7897b1da0bba50bdda45b9f89b0469a
parent9e6139533024afca59ef5873d333f0af93ccbc17 (diff)
downloadvdr-plugin-muggle-4e4788985445d9943d2965884f5f092c687d05f5.tar.gz
vdr-plugin-muggle-4e4788985445d9943d2965884f5f092c687d05f5.tar.bz2
compile plugin with -ltag and mugglei without i18n.o
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.3-wr@519 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 338a98a..d6dcd7a 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ OBJS = $(PLUGIN).o i18n.o mg_valmap.o mg_mysql.o mg_order.o mg_content.o mg_sele
vdr_decoder_mp3.o vdr_stream.o vdr_decoder.o vdr_player.o \
vdr_setup.o mg_setup.o
-LIBS = -lmad -lmysqlclient
+LIBS = -lmad -lmysqlclient -ltag
MILIBS = -lmysqlclient -ltag
# MILIBS = -lmysqld -lpthread -lz -lcrypt -lnsl -lm -lpthread -lrt -lwrap -ltag
@@ -96,7 +96,7 @@ libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
-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
+mugglei: mg_tools.o mugglei.o mg_order.o mg_selection.o mg_mysql.o mg_valmap.o mg_content.o mg_setup.o
$(CXX) $(CXXFLAGS) $^ $(MILIBS) -o $@
install: