X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=b3b5391d7aa9c3a01ddf98f0ea36b8b703786669;hp=2f605d44357043cd0ccf606371a21e47d27789c1;hb=0bc9b2fb08f35cc0a632d6e37e98db1e2d3f86dc;hpb=5816531135da09aceb7a026eeade735cbd20ef03 diff --git a/Makefile.am b/Makefile.am index 2f605d4..b3b5391 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,19 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src doc +SUBDIRS = src doc test examples codegen examples-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 + +m4datadir = $(datadir)/aclocal +m4data_DATA = libt2n.m4 + +EXTRA_DIST = AUTHORS ChangeLog LICENSE COPYING.GPL $(m4data_DATA) test-build-install-use