diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-12-10 19:50:29 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-12-10 19:50:29 +0100 |
commit | f4b173cb0c8c5179081a4b82928b375fdf0caf17 (patch) | |
tree | 7895ca5441d620ba46ee8eb9c898201023ee4515 | |
parent | 771a58feeec15c1e36373f0fe165ddf3ba83cbf6 (diff) |
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.
-rw-r--r-- | libosmocore.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmocore.pc.in b/libosmocore.pc.in index 0666e0c7..d355659b 100644 --- a/libosmocore.pc.in +++ b/libosmocore.pc.in @@ -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@ |