X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=88a5aa0bfe3a5c1eba2935379ca952b66a31e854;hb=398685e3214363bc831a7c29f89e466a96b71e4a;hp=1158a3a7ca921b9d5f579e9dc48bd5bd97bbfc6a;hpb=30e662d803ecddacd29cec25d5f8dee537a5f4a9;p=m17n%2Fm17n-lib.git diff --git a/Makefile.am b/Makefile.am index 1158a3a..88a5aa0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,17 +17,26 @@ # 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 +EXTRA_DIST = m4/ChangeLog config.rpath mkinstalldirs \ + m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in bootstrap.sh pkgconfigdir = ${libdir}/pkgconfig -pkgconfig_DATA = m17n-core.pc m17n-shell.pc m17n-gui.pc + +BASICDATA = m17n-core.pc m17n-shell.pc +if WITH_GUI +PKGDATA = $(BASICDATA) m17n-gui.pc +else +PKGDATA = $(BASICDATA) +endif +pkgconfig_DATA = $(PKGDATA) + +ACLOCAL_AMFLAGS = -I m4