X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=1fc3516d3bb906705b9c7f0ce93b9a863c731f54;hp=4733f2c98bf5bfd6d0e98650f11864fb4a453ea0;hb=fe41e3c5d9c602adb0cbb8f996deb7a5e3eab57a;hpb=9ba85a0ef21b8424e7ab5e016768683d4ada252c diff --git a/Makefile.am b/Makefile.am index 4733f2c..1fc3516 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,14 +2,12 @@ # 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 # 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 @@ -18,3 +16,5 @@ endif m4datadir = $(datadir)/aclocal m4data_DATA = libt2n.m4 + +EXTRA_DIST = COPYING COPYING.LIB $(m4data_DATA)