From 46afe771c788a32eb7a96234a4cea0810293942d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sun, 15 Jan 2023 09:51:00 +0100 Subject: [PATCH] Remove old pugixml include in utils Makefile --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index 687ce1d..ee77ad5 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -6,7 +6,7 @@ TARGETS=$(TARGET_BINARIES) launcher MAN_PAGES=acsmdownloader adept_activate adept_remove adept_loan_mgt -CXXFLAGS=-Wall -fPIC -I$(ROOT)/include -I$(ROOT)/lib/pugixml/src/ +CXXFLAGS=-Wall -fPIC -I$(ROOT)/include STATIC_DEP= LDFLAGS += -L$(ROOT) -lcrypto -lzip -lz -lcurl -lpugixml