X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=cd5d05e0a25775937d7e4e26e0ab714156a52747;hp=1fc3516d3bb906705b9c7f0ce93b9a863c731f54;hb=58f452c4278be2568cb663f1ec47b0cca95c46f6;hpb=2e525d6f028017cfefb23046b2655b591348b663 diff --git a/Makefile.am b/Makefile.am index 1fc3516..cd5d05e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src doc test examples codegen +SUBDIRS = src doc test examples codegen examples-codegen # Install the pkg-config file: pkgconfigdir = $(libdir)/pkgconfig @@ -17,4 +17,6 @@ endif m4datadir = $(datadir)/aclocal m4data_DATA = libt2n.m4 -EXTRA_DIST = COPYING COPYING.LIB $(m4data_DATA) +bin_SCRIPTS = libt2n-gccxml.sh + +EXTRA_DIST = AUTHORS ChangeLog LICENSE COPYING.GPL $(m4data_DATA) test-build-install-use libt2n-gccxml.sh