diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-18 20:35:29 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-18 22:50:32 +0100 |
commit | 19dedfa5c5318dc9c2824a859a2bd0395766e96c (patch) | |
tree | 9364f28602b5b9e0aec1c3a2055f8a16cfbb9e1f /Makefile | |
parent | 761c046a7fb2d495097bdc0455b78925a0f4959b (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |