Added test directory to automake

This commit is contained in:
Stefan Wahren 2012-05-15 23:43:39 +02:00
parent f2919f97ca
commit 2c98c6c54d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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