From: Niki Roo Date: Wed, 17 Jul 2024 08:47:08 +0000 (+0200) Subject: c-subtree: improve LD_FLAGS suggestions X-Git-Url: https://git.nikiroo.be/?a=commitdiff_plain;h=9068f147a8312badbe541ce9c5959d9451fe999f;p=template.git c-subtree: improve LD_FLAGS suggestions --- diff --git a/makefile.d b/makefile.d index 9ac945b..799fc88 100755 --- a/makefile.d +++ b/makefile.d @@ -21,7 +21,7 @@ CXXFLAGS += -Wall -pedantic -I./ PREFIX = /usr/local # Required libraries if any: -# LDFLAGS += -lcheck +# LDFLAGS += -lcheck $(shell pkg-config --libs --clfags check) # Required *locally compiled* libraries if any: # LIBS = cutils