summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-01-28 14:17:15 +0100
committerhorchi <vdr@jwendel.de>2020-01-28 14:17:15 +0100
commitc4a31df50ec668b873c453d34e2e8c6352292748 (patch)
treeee934005a49b24b0ce911df0e30e966af208ddca /Makefile
parent71cd4593136eeaf7612f6ca44e61172221d77b77 (diff)
downloadvdr-epg-daemon-c4a31df50ec668b873c453d34e2e8c6352292748.tar.gz
vdr-epg-daemon-c4a31df50ec668b873c453d34e2e8c6352292748.tar.bz2
2020-01-28: version 1.1.150 (horchi)\n - added: Using pkg-config for libxml2 (by Alexander Grothe)\n\n1.1.150
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c440fb7..807ab83 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ BASELIBS += $(shell pkg-config --cflags --libs jansson)
HLIB = -L./lib -lhorchi
-DLIBS = $(HLIB) $(BASELIBS) -lcurl $(shell xml2-config --libs) $(shell xslt-config --libs) -lexslt
-HTTPLIBS = $(HLIB) -lmicrohttpd $(BASELIBS) -lcurl $(shell xml2-config --libs) $(shell xslt-config --libs) -lexslt -ljpeg $(shell imlib2-config --libs)
+DLIBS = $(HLIB) $(BASELIBS) -lcurl $(shell pkg-config libxml-2.0 --libs) $(shell pkg-config libxslt --libs) -lexslt
+HTTPLIBS = $(HLIB) -lmicrohttpd $(BASELIBS) -lcurl $(shell pkg-config libxml-2.0 --libs) $(shell pkg-config libxslt --libs) -lexslt -ljpeg $(shell pkg-config imlib2 --libs)
CFLAGS += $(shell mysql_config --include)
VERSION = $(shell grep 'define _VERSION ' $(HISTFILE) | awk '{ print $$3 }' | sed -e 's/[";]//g')