Remove old pugixml include in utils Makefile

This commit is contained in:
Grégory Soutadé 2023-01-15 09:51:00 +01:00
parent cad2189fc2
commit 46afe771c7
1 changed files with 1 additions and 1 deletions

View File

@ -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