talloc: Untested change to unbreak build

In case talloc is not installed in the default search path we need
to place @TALLOC_CFLAGS@ into the include directory as well.
This commit is contained in:
Holger Hans Peter Freyther 2015-12-10 19:50:29 +01:00
parent 771a58feee
commit f4b173cb0c
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ Name: Osmocom Core Library
Description: C Utility Library Description: C Utility Library
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} @TALLOC_LIBS@ -losmocore Libs: -L${libdir} @TALLOC_LIBS@ -losmocore
Cflags: -I${includedir}/ Cflags: -I${includedir}/ @TALLOC_CFLAGS@