diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-10 16:44:02 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-10 16:44:02 +0000 |
commit | c17ecbd260b3304b60fedfa70999f2eccabb668d (patch) | |
tree | 807d11dd2b17542b5927294333d67a9c9859f4c3 /muggle-plugin/Makefile | |
parent | 7f05158de27dfaccd256c5436994dbbf418504e1 (diff) | |
download | vdr-plugin-muggle-c17ecbd260b3304b60fedfa70999f2eccabb668d.tar.gz vdr-plugin-muggle-c17ecbd260b3304b60fedfa70999f2eccabb668d.tar.bz2 |
Enhanced to cover mySQL embedded library
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@473 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/Makefile')
-rw-r--r-- | muggle-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile index d2439e5..48d42e7 100644 --- a/muggle-plugin/Makefile +++ b/muggle-plugin/Makefile @@ -61,6 +61,7 @@ OBJS = $(PLUGIN).o i18n.o mg_valmap.o mg_order.o mg_db.o mg_actions.o vdr_menu.o LIBS = -lmad -lmysqlclient MILIBS = -lmysqlclient -ltag +# MILIBS = -lmysqld -lpthread -lz -lcrypt -lnsl -lm -lpthread -lrt -lwrap -ltag ifdef HAVE_VORBISFILE DEFINES += -DHAVE_VORBISFILE |