From f4b173cb0c8c5179081a4b82928b375fdf0caf17 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 10 Dec 2015 19:50:29 +0100 Subject: 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. --- libosmocore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libosmocore.pc.in') 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@ -- cgit v1.2.3