Fix 'make distclean' for tests directory

Change-Id: Ieea89604ca6857c8385466a7a0d6c26d1880f95f
This commit is contained in:
Harald Welte 2019-07-20 15:44:43 +02:00
parent e1eebdec41
commit ec909a3c31
3 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = src contrib
SUBDIRS = src tests contrib
EXTRA_DIST = .version git-version-gen doc/examples/osmo-cbc.cfg

View File

@ -167,5 +167,6 @@ AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
AC_OUTPUT(
src/Makefile
contrib/Makefile
tests/Makefile
contrib/systemd/Makefile
Makefile)

5
tests/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
DISTCLEANFILES = \
atconfig \
$(NULL)