summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-28 10:09:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-28 10:09:41 +0100
commitacbe56f6d0c29fb39b810600dbaaa83bc44c8538 (patch)
treedb650c60511564ff76148ea3b52ddc81858eee77 /Makefile
parentf70414cf5b6f2fe44187e7bf35efd270c3def585 (diff)
downloadvdr-acbe56f6d0c29fb39b810600dbaaa83bc44c8538.tar.gz
vdr-acbe56f6d0c29fb39b810600dbaaa83bc44c8538.tar.bz2
Plugin Makefiles can now include a configuration file for compile time parameters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11c59729..f442fb8b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.42 2012/12/27 16:02:53 kls Exp $
+# $Id: Makefile 2.43 2012/12/28 09:44:43 kls Exp $
.DELETE_ON_ERROR:
@@ -139,6 +139,7 @@ vdr.pc:
@echo "resdir=$(RESDIRDEF)" >> $@
@echo "libdir=$(UP3)$(LIBDIR)" >> $@
@echo "locdir=$(UP3)$(LOCDIR)" >> $@
+ @echo "plgcfg=$(PLGCFG)" >> $@
@echo "apiversion=$(APIVERSION)" >> $@
@echo "cflags=$(CFLAGS) $(CDEFINES) -I$(UP3)$(INCDIR)" >> $@
@echo "cxxflags=$(CXXFLAGS) $(CDEFINES) -I$(UP3)$(INCDIR)" >> $@