X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=a0985cb70d6d8943b6a364a746f0cc965aeb69c6;hp=02520f201e965ef5e3a22abc05c52ff146d18ee6;hb=de51cfa845afa3d350878365742e64b436cfff08;hpb=ac7fdc22899c0c493fda5fdb3a4cb67e77504a6b diff --git a/Makefile.am b/Makefile.am index 02520f2..a0985cb 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 +SUBDIRS = src doc test examples codegen examples-codegen + +# Install the pkg-config file: +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libt2n.pc + +if AUTOCHECK +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + $(MAKE) $(AM_MAKEFLAGS) check +endif + +m4datadir = $(datadir)/aclocal +m4data_DATA = libt2n.m4 + +EXTRA_DIST = COPYING COPYING.LIB $(m4data_DATA)