From 70d25730c3daa4121270b5235c1cd330d213121c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 25 Jun 2011 18:49:52 +0200 Subject: include: fix include installation path and missing logging.h file The installation path was wrong. The logging.h file was not being installed. --- include/osmocom/abis/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522