X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=Makefile.am;h=139f678dc2f6ce956809d831e2f0eab95ecb710d;hp=f9360ebf5094e0fec5888c5bd562a12f64f44e65;hb=ad17f52360ddd6f3fa75be5cc7baf72c5dc8e59f;hpb=07e98688a1a8c3e915ce923f79261a88251a9edd diff --git a/Makefile.am b/Makefile.am index f9360eb..139f678 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,16 +2,19 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src doc test +SUBDIRS = src doc test examples codegen example-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 + +EXTRA_DIST = COPYING COPYING.LIB $(m4data_DATA)