build: distcheck: add missing distclean files

Change-Id: I24d72b2b1bae52a1b2cf8a989396d2aac31d119e
This commit is contained in:
Neels Hofmeyr 2016-08-27 00:00:26 +02:00 committed by Harald Welte
parent 8345792281
commit 347f8ef218
5 changed files with 22 additions and 0 deletions

View File

@ -115,3 +115,6 @@ noinst_HEADERS = \
U-RNTIQueryRequest.h \
U-RNTIQueryResponse.h \
UTRANCellID.h
DISTCLEANFILES = \
hnbap_ies_defs.h

View File

@ -593,3 +593,6 @@ ranap_HEADERS = \
RANAP_VoiceSupportMatchIndicator.h
ranapdir = $(includedir)/osmocom/ranap
DISTCLEANFILES = \
ranap_ies_defs.h

View File

@ -35,3 +35,6 @@ noinst_HEADERS = \
RUA_TriggeringMessage.h \
RUA_TypeOfError.h \
RUA_UnsuccessfulOutcome.h
DISTCLEANFILES = \
rua_ies_defs.h

View File

@ -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

View File

@ -42,6 +42,8 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
TESTSUITE = $(srcdir)/testsuite
DISTCLEANFILES = atconfig
check-local: atconfig $(TESTSUITE)
$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)