aboutsummaryrefslogtreecommitdiffstats
path: root/libosmogsm.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2022-03-24clean-up pkg-config files: Make use of "Requires" as documentedHarald Welte1-2/+2
According to the pkg-config manual, "Libs" should not contain flags for _required_ packages. Instead, they should be expressed via "Requires". Let's do that Change-Id: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-1/+1
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.
2011-03-23This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso1-0/+11
libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>