From 69962aaf5feaea7126e535629b82a6df78598291 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 21 Sep 2006 10:58:39 +0000 Subject: [PATCH] (SUBDIRS): Add intl. (SUBDIRS): Add po. (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e841efd..781defe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,11 +22,11 @@ ## Process this file with Automake to create Makefile.in -SUBDIRS = src example +SUBDIRS = intl po src example bin_SCRIPTS = m17n-config -EXTRA_DIST = \ +EXTRA_DIST = m4/ChangeLog config.rpath mkinstalldirs \ m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in bootstrap.sh pkgconfigdir = ${libdir}/pkgconfig @@ -38,3 +38,5 @@ else PKGDATA = $(BASICDATA) endif pkgconfig_DATA = $(PKGDATA) + +ACLOCAL_AMFLAGS = -I m4 -- 1.7.10.4