summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-07-20 19:12:53 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-07-20 19:12:53 +0200
commitc520eb8aa2babc33577a7d66b2057a4c79e12b7f (patch)
tree026588ebabbf079d169a941bc3c7ef091fa253d1 /Makefile
parent0b09a1e3ca117a0306aff5db6cdf3283fb8457de (diff)
downloadvdr-plugin-epgsearch-c520eb8aa2babc33577a7d66b2057a4c79e12b7f.tar.gz
vdr-plugin-epgsearch-c520eb8aa2babc33577a7d66b2057a4c79e12b7f.tar.bz2
some fixes regarding libtre includes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a3506d..51c4c19 100644
--- a/Makefile
+++ b/Makefile
@@ -147,6 +147,7 @@ ifdef HAVE_LIBTRE
LIBS += -L$(shell pkg-config --variable=libdir tre) $(shell pkg-config --libs tre)
#LIBS += -L/usr/lib -ltre
DEFINES += -DHAVE_LIBTRE
+INCLUDE += $(shell pkg-config --cflags tre)
endif
ifdef USE_PINPLUGIN