aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1c.pc.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-05 16:25:43 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-05 16:43:39 +0200
commitf3c3049e754cb288911169333966881a9c4dee8c (patch)
tree266e7d352e91050dbe9610f6f3687f234f645356 /libasn1c.pc.in
parentde48e262e29ee81245b20d9644c755a5bcd39b6b (diff)
misc: Replace libosmocore with talloc
The libosmocore depedency is used for talloc and OSMO_ASSERT. Reduce the depedencies by using libtalloc directly and replace the ASSERT with a local one (without backtrace support).
Diffstat (limited to 'libasn1c.pc.in')
-rw-r--r--libasn1c.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasn1c.pc.in b/libasn1c.pc.in
index 149fe2d..89ad53a 100644
--- a/libasn1c.pc.in
+++ b/libasn1c.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: asn1c runtime library
Description: C Utility Library
Version: @VERSION@
-Libs: -L${libdir} -lasn1c -lm
-Cflags: -I${includedir}/ -I${includedir}/asn1c
+Libs: -L${libdir} @LIBTALLOC_LIBS@ -lasn1c -lm
+Cflags: -I${includedir}/ -I${includedir}/asn1c @LIBTALLOC_CFLAGS@