From 6937a8d166cf0803e20993dbc2bc19e2dbaf98ee Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 16 Mar 2014 10:43:54 +0100 Subject: enable usage of $(PLGCFG) (#1762) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3