X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=4733f2c98bf5bfd6d0e98650f11864fb4a453ea0;hp=d03040980fed2910c12448966ebc1095d006dd1a;hb=ab0a5465f83a5bee0f2f029bfb03edc4c5022515;hpb=59adb9e24e4ac66b2623742c3b9c81a1c20ff9f0 diff --git a/Makefile.am b/Makefile.am index d030409..4733f2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +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 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 + +m4datadir = $(datadir)/aclocal +m4data_DATA = libt2n.m4