X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=dec3f8a41e74b6627a31e83f1584994e2c7a3b7b;hp=1154b0ab5e4a7741a6747d165b01f39b0e6fed69;hb=d8694b168b96ab624ccf0552ad1d38dfc09ef85e;hpb=644c4d262aab14ee4ec1cfade83a2e99568098d3 diff --git a/Makefile.am b/Makefile.am index 1154b0a..dec3f8a 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 test +SUBDIRS = src doc test examples codegen example-codegen # 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