Added test directory to automake
This commit is contained in:
parent
f2919f97ca
commit
2c98c6c54d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user