summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-23 19:51:57 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-23 19:51:57 +0000
commitd4537b770d7bd6d64ba2ffe1cbe020789fdefbfa (patch)
tree84142eb01e1e59119bd0030ff1acd085b12f07f2 /Makefile
parent12d61530a965f63f2066ea0f804614697e0d3287 (diff)
downloadvdr-plugin-muggle-d4537b770d7bd6d64ba2ffe1cbe020789fdefbfa.tar.gz
vdr-plugin-muggle-d4537b770d7bd6d64ba2ffe1cbe020789fdefbfa.tar.bz2
Minor bugfixes
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@394 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9213ab8..3e962b6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,16 +44,17 @@ PACKAGE = vdr-$(ARCHIVE)
INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \
-I/usr/include/mysql/ -I/usr/include/taglib
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DHAVE_VORBISFILE -DHAVE_FLAC
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' # -DHAVE_VORBISFILE -DHAVE_FLAC
MIFLAGS += -I/usr/include/taglib -lmysqlclient
+
### The object files (add further files here):
OBJS = $(PLUGIN).o i18n.o mg_valmap.o mg_order.o mg_db.o mg_actions.o vdr_menu.o mg_tools.o \
vdr_decoder_mp3.o vdr_stream.o vdr_decoder.o vdr_player.o \
vdr_setup.o vdr_decoder_ogg.o vdr_decoder_flac.o
-LIBS = -lmad -lmysqlclient -lvorbisfile -lvorbis -lFLAC++
+LIBS = -lmad -lmysqlclient # -lvorbisfile -lvorbis -lFLAC++
MILIBS = -lmysqlclient -ltag
### Targets:
@@ -80,6 +81,7 @@ libvdr-$(PLUGIN).so: $(OBJS)
mugglei: mg_tools.o mugglei.o
$(CXX) $(CXXFLAGS) $^ $(MILIBS) -o $@
+
install:
@cp ../../lib/libvdr-muggle*.so.* /usr/lib/vdr/
@cp mugglei /usr/local/bin/