diff options
author | horchi <vdr@jwendel.de> | 2022-01-03 12:09:02 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2022-01-03 12:09:02 +0100 |
commit | 81b060dd9538ff123e607630bb2afa199bdb8ef7 (patch) | |
tree | 2fd05f8628b9f7189ed7e889209fbcff8d8c1f2b /Makefile | |
parent | af53415f9e6933d540d80209eff1e2d10c71d85c (diff) | |
download | vdr-epg-daemon-81b060dd9538ff123e607630bb2afa199bdb8ef7.tar.gz vdr-epg-daemon-81b060dd9538ff123e607630bb2afa199bdb8ef7.tar.bz2 |
nothing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ BASELIBS += -lrt -lz -larchive -ldl -lcrypto -luuid BASELIBS += $(shell mysql_config --libs_r) BASELIBS += $(shell pkg-config --cflags --libs jansson) - HLIB = -L./lib -lhorchi 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) |