aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-01-05 12:02:12 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2016-01-05 12:02:12 +0100
commit8c7556e311e6e5fc7c09dac095aaec643cc44a82 (patch)
tree21cd3f35bf11261906bc354818352b66c6fd374f /include
parentf1f2d7ca19ec11531c9c5d37355789046025200e (diff)
install only ranap headers, make rua and hnbap headers 'noinst'.
Only ranap will be used in external code, hnbap and rua use will be limited to the osmo-iuh repos.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/hnbap/Makefile.am4
-rw-r--r--include/osmocom/rua/Makefile.am5
2 files changed, 2 insertions, 7 deletions
diff --git a/include/osmocom/hnbap/Makefile.am b/include/osmocom/hnbap/Makefile.am
index b00ce95..7ab5d7f 100644
--- a/include/osmocom/hnbap/Makefile.am
+++ b/include/osmocom/hnbap/Makefile.am
@@ -1,4 +1,4 @@
-hnbap_HEADERS = \
+noinst_HEADERS = \
AccessResult.h \
Access-stratum-release-indicator.h \
AdditionalNeighbourInfoList.h \
@@ -114,5 +114,3 @@ hnbap_HEADERS = \
U-RNTIQueryRequest.h \
U-RNTIQueryResponse.h \
UTRANCellID.h
-
-hnbapdir = $(includedir)/osmocom/osmo-iuh/hnbap
diff --git a/include/osmocom/rua/Makefile.am b/include/osmocom/rua/Makefile.am
index 977a7bd..059dfb8 100644
--- a/include/osmocom/rua/Makefile.am
+++ b/include/osmocom/rua/Makefile.am
@@ -1,4 +1,4 @@
-rua_HEADERS = \
+noinst_HEADERS = \
RUA_Ansi-41-IDNNS.h \
RUA_Cause.h \
RUA_CauseMisc.h \
@@ -34,6 +34,3 @@ rua_HEADERS = \
RUA_TriggeringMessage.h \
RUA_TypeOfError.h \
RUA_UnsuccessfulOutcome.h
-
-ruadir = $(includedir)/osmocom/osmo-iuh/rua
-