summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-03 20:48:13 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-03 20:48:13 +0000
commit48575b063d5bad1f500a721e380daaaac7f05258 (patch)
treea67f93e888a2540a6f6563eef1664fd38e4c35a7 /Makefile
parentdeaa8283750e790090b4e1d94ec5ac572cbd2cc6 (diff)
downloadvdr-plugin-live-48575b063d5bad1f500a721e380daaaac7f05258.tar.gz
vdr-plugin-live-48575b063d5bad1f500a721e380daaaac7f05258.tar.bz2
Export DEFINES to sub-makes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e66bc19..799b89f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.16 2007/01/03 20:26:35 lordjaxom Exp $
+# $Id: Makefile,v 1.17 2007/01/03 20:48:13 tadi Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -48,7 +48,10 @@ PACKAGE = vdr-$(ARCHIVE)
### Includes and Defines (add further entries here):
INCLUDES += -I$(VDRDIR)/include -Ihttpd
+
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+export DEFINES
+
LIBS += httpd/libhttpd.a
SUBDIRS = httpd pages css