summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-25 18:49:52 +0200
committerPablo Neira Ayuso2011-06-25 18:49:52 +0200
commit70d25730c3daa4121270b5235c1cd330d213121c (patch)
treedb38229153dd1d814764f7203b54b9a221428cc3
parente1_input: minor API changes to adapt it to openbsc (diff)
downloadlibosmo-abis-70d25730c3daa4121270b5235c1cd330d213121c.tar.gz
libosmo-abis-70d25730c3daa4121270b5235c1cd330d213121c.tar.xz
libosmo-abis-70d25730c3daa4121270b5235c1cd330d213121c.zip
include: fix include installation path and missing logging.h file
The installation path was wrong. The logging.h file was not being installed.
-rw-r--r--include/osmocom/abis/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/abis/Makefile.am b/include/osmocom/abis/Makefile.am
index 6cf3510..85c77b7 100644
--- a/include/osmocom/abis/Makefile.am
+++ b/include/osmocom/abis/Makefile.am
@@ -1,8 +1,9 @@
osmoabis_HEADERS = abis.h \
e1_input.h \
+ logging.h \
subchan_demux.h \
ipa_proxy.h \
ipaccess.h \
trau_frame.h
-osmoabisdir = $(includedir)/osmocom/gsm/abis
+osmoabisdir = $(includedir)/osmocom/abis