aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1c.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2017-10-28link libasn1c against libmath, don't ask users to do itHarald Welte1-1/+1
libasn1c is using libm[ath] symbols from REAL.c and hence should be linked using '-lm' to carry a dynamic linker dependency itself. We shouldn't use a pkg-config hack to ask applications to do this on our behalf. Change-Id: Ie107f7252eeed90233468deaef57d3cee36abdf4
2016-04-05misc: Replace libosmocore with tallocHolger Hans Peter Freyther1-2/+2
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).
2012-09-15link against libmath for 'ilogb()'Harald Welte1-1/+1
2010-07-24build: libosmo-asn1-map assumes that asn1c is in the includedirHolger Hans Peter Freyther1-1/+1
Add asn1c/ to the CFLAGS reported here as we have code that is including the asn1c without the prefix. I assume this is a temporary fix.
2010-06-12Add autotools/pkgconfig magicHarald Welte1-0/+11