summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2019-11-28 13:33:41 +0100
committerhorchi <vdr@jwendel.de>2019-11-28 13:33:41 +0100
commit42d5a8fee255c517c5e4d5cb200bff5a18654baf (patch)
tree9a440599fc296d5c278111ee31beffe1861e92e1 /Makefile
parentf9c8dd36d36efa145806f7bef97b46382a5442f3 (diff)
downloadvdr-plugin-epg2vdr-42d5a8fee255c517c5e4d5cb200bff5a18654baf.tar.gz
vdr-plugin-epg2vdr-42d5a8fee255c517c5e4d5cb200bff5a18654baf.tar.bz2
2019-11-28: version 1.1.102 (horchi)\n - added: Support of python 3.8 (by Alexander Grothe)\n\n1.1.102
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1403938..59fc56d 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,8 @@ LIBS = $(HLIB)
LIBS += -lrt -larchive -lcrypto
LIBS += $(shell pkg-config --libs uuid)
LIBS += $(shell pkg-config --libs tinyxml2)
-LIBS += $(shell mysql_config --libs_r) $(shell python-config --libs) $(shell pkg-config --libs jansson)
+LIBS += $(shell mysql_config --libs_r)
+LIBS += $(shell pkg-config --libs jansson)
EPG2VDR_DATA_DIR = "/var/cache/vdr"