From a7104b5a177b6020d637c15f6552117968e29bde Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 3 Aug 2010 11:08:59 +0800 Subject: fixes autoconf. --- Makefile.am | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0baf322..7c82a74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,21 +15,14 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = config.rpath m4/ChangeLog COPYING \ - intltool-extract.in \ - intltool-update.in \ - intltool-merge.in +EXTRA_DIST = config.rpath COPYING AUTOMAKE_OPTIONS = gnu -SUBDIRS = po intl src utils tests +SUBDIRS = src utils tests MAINTAINERCLEANFILES = Makefile.in -CLEANFILES = *.bak \ - intltool-extract \ - intltool-merge \ - intltool-update - +CLEANFILES = *.bak ACLOCAL = aclocal -I . -- cgit