summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0cdb20c..c440fb7 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,10 @@ TARGET = epgd
HTTPTARGET = epghttpd
HISTFILE = "HISTORY.h"
-BASELIBS = -lrt -lz -larchive -ldl -lcrypto -luuid
-BASELIBS += $(shell mysql_config --libs_r) $(shell python-config --libs) $(shell pkg-config --cflags --libs jansson)
+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 xml2-config --libs) $(shell xslt-config --libs) -lexslt