X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=f9360ebf5094e0fec5888c5bd562a12f64f44e65;hp=2f605d44357043cd0ccf606371a21e47d27789c1;hb=f8b78aa868d052ca41fd2c72f5ade1a697418626;hpb=5816531135da09aceb7a026eeade735cbd20ef03 diff --git a/Makefile.am b/Makefile.am index 2f605d4..f9360eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,16 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src doc +SUBDIRS = src doc test # Install the pkg-config file: pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libt2n.pc EXRA_DIST = COPYING COPYING.LIB + +if AUTOCHECK +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + $(MAKE) $(AM_MAKEFLAGS) check +endif