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.
This commit is contained in:
Holger Hans Peter Freyther 2010-07-24 20:38:57 +08:00
parent ee1a5c9ae3
commit 3674df68fd
1 changed files with 1 additions and 1 deletions

View File

@ -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