summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 16:53:11 +0000
committerscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 16:53:11 +0000
commit7632e3a69feae05b9ce5b97ceb0e5bd4c53a8312 (patch)
tree39271477854bec7af571056120614e8720872e14 /Makefile
parent3682f5fa4cc61ef1b0f2fa1361e3e51f73c6df4e (diff)
downloadvdr-plugin-muggle-7632e3a69feae05b9ce5b97ceb0e5bd4c53a8312.tar.gz
vdr-plugin-muggle-7632e3a69feae05b9ce5b97ceb0e5bd4c53a8312.tar.bz2
Make default music dir configurable at build time.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@993 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c3e27f5..849840d 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,8 @@ LIBDIR ?= ../../lib
TMPDIR ?= /tmp
BINDIR ?= /usr/local/bin
+MUSICDIR ?= /mnt/music
+
### Allow user defined options to overwrite defaults:
-include $(VDRDIR)/Make.config
@@ -78,6 +80,7 @@ INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \
$(shell taglib-config --cflags)
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -DMUSICDIR='"$(MUSICDIR)"'
### The object files (add further files here):