From 42a581220af367f4cb67f41d12d896812678ffc5 Mon Sep 17 00:00:00 2001 From: Michael Haberler Date: Mon, 10 Aug 2015 23:11:13 +0200 Subject: [PATCH] build/ck.pc.in: fix expansion of PC_CFLAGS --- build/ck.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ck.pc.in b/build/ck.pc.in index 5350c9c..0f1e93b 100644 --- a/build/ck.pc.in +++ b/build/ck.pc.in @@ -7,4 +7,4 @@ Description: Toolkit for well-specified design and implementation of concurrent URL: http://concurrencykit.org/ Version: @VERSION@ Libs: -L${libdir} -lck -Cflags: -D__@PROFILE@__ -I${includedir} @PC_CFLAGS +Cflags: -D__@PROFILE@__ -I${includedir} @PC_CFLAGS@