aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-30 15:22:57 -0700
committerHarald Welte <laforge@gnumonks.org>2012-07-01 07:40:35 +0200
commit51f7940d1f4ebefef34dc5d7ad70e61eec62c3cd (patch)
tree378312b9a48532ad988a2cc9d051275aa7df26d9 /include/osmocom/abis
parent62f0e0612a0b63092b91a3c1e6588abcf8a7ff0a (diff)
build: use nobase_include_HEADERS instead of using recursive Makefiles
This simplifies installation of include files, as make no longer have to recurse into subdirectories and install each subset of files in different directories. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Diffstat (limited to 'include/osmocom/abis')
-rw-r--r--include/osmocom/abis/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/osmocom/abis/Makefile.am b/include/osmocom/abis/Makefile.am
deleted file mode 100644
index 5d47363..0000000
--- a/include/osmocom/abis/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-osmoabis_HEADERS = abis.h \
- e1_input.h \
- lapd.h \
- subchan_demux.h \
- ipa.h \
- ipa_proxy.h \
- ipaccess.h \
- trau_frame.h
-
-osmoabisdir = $(includedir)/osmocom/abis