diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-12-05 23:38:18 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-12-05 23:38:18 +0100 |
commit | 90e614f7ccb0902e6ddb510bb10f78eb14a13d94 (patch) | |
tree | b9e4d2365e3d387f1aebcee6bf0e32b4f4f1ff12 /libosmosim.pc.in | |
parent | ee702cd590688c1e65296319c5bc4c9cf160ba65 (diff) |
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.
Diffstat (limited to 'libosmosim.pc.in')
-rw-r--r-- | libosmosim.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmosim.pc.in b/libosmosim.pc.in index cec877b9..83777c31 100644 --- a/libosmosim.pc.in +++ b/libosmosim.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Osmocom SIM card related utilities Library Description: C Utility Library Version: @VERSION@ -Libs: -L${libdir} -losmosim +Libs: -L${libdir} @TALLOC_LIBS@ -losmosim -losmocore Cflags: -I${includedir}/ |