X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=fbaebb655b17019416630638dbea8e11cbe4b00e;hb=e22b084b32acf6bd7b21bdb0f5cf6a7eab0eb1b8;hp=28078a69954af64ce1e95621a70fe86d30041b52;hpb=5d2567dcc1ebdcda3e765ee25dbf1a1ecd5f3472;p=m17n%2Fm17n-lib.git diff --git a/Makefile.am b/Makefile.am index 28078a6..fbaebb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- top level Makefile for the m17n library. -# Copyright (C) 2003, 2004 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 @@ -17,22 +17,27 @@ # You should have received a copy of the GNU Lesser General Public # License along with the m17n library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307, USA. +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. ## Process this file with Automake to create Makefile.in -SUBDIRS = src example +SUBDIRS = intl po src example bin_SCRIPTS = m17n-config EXTRA_DIST = \ - m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in bootstrap.sh + m17n-core.pc.in m17n-shell.pc.in m17n-flt.pc.in m17n-gui.pc.in \ + bootstrap.sh pkgconfigdir = ${libdir}/pkgconfig -PKGDATA = m17n-core.pc m17n-shell.pc +BASICDATA = m17n-core.pc m17n-shell.pc m17n-flt.pc if WITH_GUI -PKGDATA += m17n-gui.pc +PKGDATA = $(BASICDATA) m17n-gui.pc +else +PKGDATA = $(BASICDATA) endif pkgconfig_DATA = $(PKGDATA) + +ACLOCAL_AMFLAGS = -I m4