summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2019-12-02 09:33:48 +0100
committerhorchi <vdr@jwendel.de>2019-12-02 09:33:48 +0100
commitb63251e00b1123798a9cfa41f381e0f39b72a11b (patch)
treeec8ae75cd42848a23cd1ca654a1361ddbc371abd /Makefile
parent42d5a8fee255c517c5e4d5cb200bff5a18654baf (diff)
downloadvdr-plugin-epg2vdr-1.1.103.tar.gz
vdr-plugin-epg2vdr-1.1.103.tar.bz2
2019-12-02: version 1.1.103 (horchi)\n - bugfix: fixed python patch\n\n1.1.103
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59fc56d..931aabe 100644
--- a/Makefile
+++ b/Makefile
@@ -66,11 +66,15 @@ OBJS = $(PLUGIN).o \
status.o ttools.o svdrpclient.o \
menu.o menusched.o menutimers.o menudone.o menusearchtimer.o
-LIBS = $(HLIB)
+LIBS += $(HLIB)
LIBS += -lrt -larchive -lcrypto
LIBS += $(shell pkg-config --libs uuid)
LIBS += $(shell pkg-config --libs tinyxml2)
LIBS += $(shell mysql_config --libs_r)
+ifdef USEPYTHON
+ CFLAGS += $(shell $(PYTHON)-config --includes)
+ LIBS += $(PYTHON_LIBS)
+endif
LIBS += $(shell pkg-config --libs jansson)
EPG2VDR_DATA_DIR = "/var/cache/vdr"