From: Jens Thiele Date: Tue, 5 Dec 2006 14:46:32 +0000 (+0000) Subject: fix typo and add m4 file to EXTRA_DIST X-Git-Tag: v0.2~46 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=afd47992cc13f1c7c56ff5a866103a198d707568;hp=574d321cdb4a84b89a0162086a860db8bf0500ae fix typo and add m4 file to EXTRA_DIST --- diff --git a/Makefile.am b/Makefile.am index 4733f2c..139f678 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,6 @@ SUBDIRS = src doc test examples codegen example-codegen 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)