summaryrefslogtreecommitdiffstats
path: root/lem.pc.in
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@mailme.dk>2013-01-07 22:56:30 +0100
committerEmil Renner Berthing <esmil@mailme.dk>2013-01-07 23:05:57 +0100
commit95a5025a2080a5925c55c1f9346da14dd98ea89f (patch)
tree924736507a3cefea19b76acec79f3a8f0dc38569 /lem.pc.in
parent314aeedc740be792145c732980a225290252db6b (diff)
downloadlem-95a5025a2080a5925c55c1f9346da14dd98ea89f.tar.gz
lem-95a5025a2080a5925c55c1f9346da14dd98ea89f.tar.xz
lem-95a5025a2080a5925c55c1f9346da14dd98ea89f.zip
export proper CPPFLAGS to pkg-config file
Diffstat (limited to 'lem.pc.in')
-rw-r--r--lem.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lem.pc.in b/lem.pc.in
index ec319bc..54b54ce 100644
--- a/lem.pc.in
+++ b/lem.pc.in
@@ -7,4 +7,4 @@ Name: lem
Description: A Lua Event Machine
Version: 0.3
URL: https://github.com/esmil/lem
-Cflags: -I${includedir}
+Cflags: -I${includedir} @CPPFLAGS@