X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=c19d144a77b489bd5c42bffc5fef4ec099bfcda2;hp=b3b5391d7aa9c3a01ddf98f0ea36b8b703786669;hb=813a4e4bd18e373818b264d8271005d5abf0398b;hpb=19facd8558fe2e32ce843860b40631ebe03ff3cf diff --git a/Makefile.am b/Makefile.am index b3b5391..c19d144 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src doc test examples codegen examples-codegen @@ -17,4 +18,6 @@ endif m4datadir = $(datadir)/aclocal m4data_DATA = libt2n.m4 -EXTRA_DIST = AUTHORS ChangeLog LICENSE COPYING.GPL $(m4data_DATA) test-build-install-use +bin_SCRIPTS = libt2n-gccxml.sh + +EXTRA_DIST = AUTHORS ChangeLog LICENSE COPYING.GPL $(m4data_DATA) test-build-install-use libt2n-gccxml.sh