From 3674df68fdba6c7c449501c2341fde4b1438c1ca Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 24 Jul 2010 20:38:57 +0800 Subject: 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. --- libasn1c.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3