summaryrefslogtreecommitdiffstats
path: root/libosmogsm.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-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.
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-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>