summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8baad7d..0d52b38 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ BINDIR = $(call PKGCFG,bindir)
#
TMPDIR ?= /tmp
+PLGCFG = $(call PKGCFG,plgcfg)
+-include $(PLGCFG)
+
### The compiler options:
export CFLAGS = $(call PKGCFG,cflags)