summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-18 20:35:29 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-18 22:50:32 +0100
commit19dedfa5c5318dc9c2824a859a2bd0395766e96c (patch)
tree9364f28602b5b9e0aec1c3a2055f8a16cfbb9e1f /Makefile
parent761c046a7fb2d495097bdc0455b78925a0f4959b (diff)
downloadvdr-plugin-live-19dedfa5c5318dc9c2824a859a2bd0395766e96c.tar.gz
vdr-plugin-live-19dedfa5c5318dc9c2824a859a2bd0395766e96c.tar.bz2
Added Perl compatible regular expression filtering into the recordings menu.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a6602db..e9fe05e 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,8 @@ TNTVERS7 = $(shell ver=$(TNTVERSION); if [ $$ver -ge "1606" ]; then echo "yes"
CXXFLAGS += $(shell tntnet-config --cxxflags)
LIBS += $(shell tntnet-config --libs)
+CXXFLAGS += $(shell pcre-config --cflags)
+LIBS += $(shell pcre-config --libs-cpp)
### The name of the distribution archive: