From 81b060dd9538ff123e607630bb2afa199bdb8ef7 Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 3 Jan 2022 12:09:02 +0100 Subject: nothing --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 807ab83..be6a5df 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3