diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ BINDIR = $(call PKGCFG,bindir) # TMPDIR ?= /tmp +PLGCFG = $(call PKGCFG,plgcfg) +-include $(PLGCFG) + ### The compiler options: export CFLAGS = $(call PKGCFG,cflags) |