summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-07 12:15:26 +0200
committerPablo Neira Ayuso2011-06-07 12:36:42 +0200
commit54b4979de6ee0340694dc7cef85ddce9cf2e6aa6 (patch)
treea27038671f27f2628f8745bbdebf77fae1eb9b3b /include/osmocom/abis/Makefile.am
parentsrc: use include/osmocom/abis instead of include/osmocom/gsm/abis (diff)
downloadlibosmo-abis-54b4979de6ee0340694dc7cef85ddce9cf2e6aa6.tar.gz
libosmo-abis-54b4979de6ee0340694dc7cef85ddce9cf2e6aa6.tar.xz
libosmo-abis-54b4979de6ee0340694dc7cef85ddce9cf2e6aa6.zip
src: add libosmo_abis_init(void *ctx) to set the talloc context
This function is called during initialization, so we can set what's the talloc context for the application and the library.
Diffstat (limited to 'include/osmocom/abis/Makefile.am')
-rw-r--r--include/osmocom/abis/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/Makefile.am b/include/osmocom/abis/Makefile.am
index 8bdcc96..3093ee5 100644
--- a/include/osmocom/abis/Makefile.am
+++ b/include/osmocom/abis/Makefile.am
@@ -1,3 +1,3 @@
-osmoabis_HEADERS = e1_input.h subchan_demux.h ipaccess.h trau_frame.h
+osmoabis_HEADERS = abis.h e1_input.h subchan_demux.h ipaccess.h trau_frame.h
osmoabisdir = $(includedir)/osmocom/gsm/abis