From 19dedfa5c5318dc9c2824a859a2bd0395766e96c Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 18 Feb 2011 20:35:29 +0200 Subject: Added Perl compatible regular expression filtering into the recordings menu. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3