From 90e614f7ccb0902e6ddb510bb10f78eb14a13d94 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 5 Dec 2015 23:38:18 +0100 Subject: remove our internal copy of talloc, use system libtalloc Shipping our own private copy of talloc was a good idea in 2008, when it was not readily available on most target platforms. Today, the situation is quite different, as it is a standard library on major Linux distributions. --- libosmogsm.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libosmogsm.pc.in') diff --git a/libosmogsm.pc.in b/libosmogsm.pc.in index 753bb3a1..0160be8d 100644 --- a/libosmogsm.pc.in +++ b/libosmogsm.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Osmocom GSM Core Library Description: GSM Core Library Version: @VERSION@ -Libs: -L${libdir} -losmogsm +Libs: -L${libdir} @TALLOC_LIBS@ -losmogsm -losmocore Cflags: -I${includedir}/ -- cgit v1.2.3