aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-27 00:00:26 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-09 06:43:31 +0000
commit347f8ef21809ea0f69352a2df8c9e10ab4e1a3a8 (patch)
treeacf2147bf322e8cc990365f5e0e528957da12517 /include/osmocom
parent83457922813ace30efa355ed00b8967e64218aee (diff)
build: distcheck: add missing distclean files
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/hnbap/Makefile.am3
-rw-r--r--include/osmocom/ranap/Makefile.am3
-rw-r--r--include/osmocom/rua/Makefile.am3
3 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocom/hnbap/Makefile.am b/include/osmocom/hnbap/Makefile.am
index 83654cb..cd9b720 100644
--- a/include/osmocom/hnbap/Makefile.am
+++ b/include/osmocom/hnbap/Makefile.am
@@ -115,3 +115,6 @@ noinst_HEADERS = \
U-RNTIQueryRequest.h \
U-RNTIQueryResponse.h \
UTRANCellID.h
+
+DISTCLEANFILES = \
+ hnbap_ies_defs.h
diff --git a/include/osmocom/ranap/Makefile.am b/include/osmocom/ranap/Makefile.am
index 4728ac8..0f83e03 100644
--- a/include/osmocom/ranap/Makefile.am
+++ b/include/osmocom/ranap/Makefile.am
@@ -593,3 +593,6 @@ ranap_HEADERS = \
RANAP_VoiceSupportMatchIndicator.h
ranapdir = $(includedir)/osmocom/ranap
+
+DISTCLEANFILES = \
+ ranap_ies_defs.h
diff --git a/include/osmocom/rua/Makefile.am b/include/osmocom/rua/Makefile.am
index 8e8896d..49e2150 100644
--- a/include/osmocom/rua/Makefile.am
+++ b/include/osmocom/rua/Makefile.am
@@ -35,3 +35,6 @@ noinst_HEADERS = \
RUA_TriggeringMessage.h \
RUA_TypeOfError.h \
RUA_UnsuccessfulOutcome.h
+
+DISTCLEANFILES = \
+ rua_ies_defs.h