aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-24 20:38:57 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-24 20:38:57 +0800
commit3674df68fdba6c7c449501c2341fde4b1438c1ca (patch)
tree83014a878e2e74b5487d4a9a7f791d65e86eb8d7
parentee1a5c9ae37bd4d3b64444a292425bdd3da564f4 (diff)
build: libosmo-asn1-map assumes that asn1c is in the includedir
Add asn1c/ to the CFLAGS reported here as we have code that is including the asn1c without the prefix. I assume this is a temporary fix.
-rw-r--r--libasn1c.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1c.pc.in b/libasn1c.pc.in
index ff9dde9..31689d8 100644
--- a/libasn1c.pc.in
+++ b/libasn1c.pc.in
@@ -7,5 +7,5 @@ Name: asn1c runtime library
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -lasn1c
-Cflags: -I${includedir}/
+Cflags: -I${includedir}/ -I${includedir}/asn1c