diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-03 20:48:13 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-03 20:48:13 +0000 |
commit | 48575b063d5bad1f500a721e380daaaac7f05258 (patch) | |
tree | a67f93e888a2540a6f6563eef1664fd38e4c35a7 /Makefile | |
parent | deaa8283750e790090b4e1d94ec5ac572cbd2cc6 (diff) | |
download | vdr-plugin-live-48575b063d5bad1f500a721e380daaaac7f05258.tar.gz vdr-plugin-live-48575b063d5bad1f500a721e380daaaac7f05258.tar.bz2 |
Export DEFINES to sub-makes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |