mirror of https://gerrit.osmocom.org/libosmocore
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.sysmocom/shared/log-speed
parent
771a58feee
commit
f4b173cb0c
|
@ -7,5 +7,5 @@ Name: Osmocom Core Library
|
|||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @TALLOC_LIBS@ -losmocore
|
||||
Cflags: -I${includedir}/
|
||||
Cflags: -I${includedir}/ @TALLOC_CFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue