diff --git a/Makefile.am b/Makefile.am index 0e4327b..1833868 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,6 @@ VERSION = @VERSION@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmbus.pc -SUBDIRS = mbus bin +SUBDIRS = mbus bin test ACLOCAL = aclocal -I . ACLOCAL_AMFLAGS = -Werror -I m4 diff --git a/Makefile.in b/Makefile.in index 123671f..eeace0a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,7 +35,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libmbus.pc.in $(top_srcdir)/configure COPYING \ INSTALL config.guess config.sub depcomp install-sh ltmain.sh \ @@ -248,7 +248,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmbus.pc -SUBDIRS = mbus bin +SUBDIRS = mbus bin test ACLOCAL_AMFLAGS = -Werror -I m4 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive