X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=cd5d05e0a25775937d7e4e26e0ab714156a52747;hp=dec3f8a41e74b6627a31e83f1584994e2c7a3b7b;hb=58f452c4278be2568cb663f1ec47b0cca95c46f6;hpb=6f6d24c02ef3e3a7600432bed1c801a611c3c918 diff --git a/Makefile.am b/Makefile.am index dec3f8a..cd5d05e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,16 +2,21 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src doc test examples codegen example-codegen +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 + +bin_SCRIPTS = libt2n-gccxml.sh + +EXTRA_DIST = AUTHORS ChangeLog LICENSE COPYING.GPL $(m4data_DATA) test-build-install-use libt2n-gccxml.sh