aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-27 00:00:26 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-27 14:19:14 +0200
commit29d5f2895a2b9d5a569f4efad828dfb0009da24e (patch)
treeb9fd498c466481978c8c01c427ffc0f26f3ce170
parente0a6d809a5fdf458f2bcbf61f8569c8fd1cf6675 (diff)
build: distcheck: add missing distclean files
-rw-r--r--include/osmocom/hnbap/Makefile.am3
-rw-r--r--include/osmocom/ranap/Makefile.am3
-rw-r--r--include/osmocom/rua/Makefile.am3
-rw-r--r--src/Makefile.am11
-rw-r--r--src/tests/Makefile.am2
5 files changed, 22 insertions, 0 deletions
diff --git a/include/osmocom/hnbap/Makefile.am b/include/osmocom/hnbap/Makefile.am
index 7ab5d7f..353b157 100644
--- a/include/osmocom/hnbap/Makefile.am
+++ b/include/osmocom/hnbap/Makefile.am
@@ -114,3 +114,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 059dfb8..69c7268 100644
--- a/include/osmocom/rua/Makefile.am
+++ b/include/osmocom/rua/Makefile.am
@@ -34,3 +34,6 @@ noinst_HEADERS = \
RUA_TriggeringMessage.h \
RUA_TypeOfError.h \
RUA_UnsuccessfulOutcome.h
+
+DISTCLEANFILES = \
+ rua_ies_defs.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 07002b2..68493ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,3 +83,14 @@ regenerate-from-asn1-source:
$(MAKE) -C hnbap regen
$(MAKE) -C ranap regen
$(MAKE) -C rua regen
+
+DISTCLEANFILES = \
+ hnbap_decoder.c \
+ hnbap_encoder.c \
+ rua_decoder.c \
+ rua_encoder.c \
+ ranap_decoder.c \
+ ranap_encoder.c \
+ gen_hnbap.stamp \
+ gen_rua.stamp \
+ gen_ranap.stamp
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 0fd050f..d36c018 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -42,6 +42,8 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
TESTSUITE = $(srcdir)/testsuite
+DISTCLEANFILES = atconfig
+
check-local: atconfig $(TESTSUITE)
$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)