X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=fbaebb655b17019416630638dbea8e11cbe4b00e;hb=012f94b974e030c40d39836cae8505ad0399303c;hp=88a5aa0bfe3a5c1eba2935379ca952b66a31e854;hpb=b5b8aa7815757a933f7fc8174781e1df34303de6;p=m17n%2Fm17n-lib.git diff --git a/Makefile.am b/Makefile.am index 88a5aa0..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 @@ -26,12 +26,13 @@ SUBDIRS = intl po src example bin_SCRIPTS = m17n-config -EXTRA_DIST = m4/ChangeLog config.rpath mkinstalldirs \ - m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in bootstrap.sh +EXTRA_DIST = \ + m17n-core.pc.in m17n-shell.pc.in m17n-flt.pc.in m17n-gui.pc.in \ + bootstrap.sh pkgconfigdir = ${libdir}/pkgconfig -BASICDATA = m17n-core.pc m17n-shell.pc +BASICDATA = m17n-core.pc m17n-shell.pc m17n-flt.pc if WITH_GUI PKGDATA = $(BASICDATA) m17n-gui.pc else