From: handa Date: Mon, 22 Aug 2005 01:13:30 +0000 (+0000) Subject: (AM_CPPFLAGS): Set it to @CONFIG_FLAGS@. X-Git-Tag: REL-1-3-0~249 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=25f86deb0d70cf889849019fa18adfc76573ee22;p=m17n%2Fm17n-lib.git (AM_CPPFLAGS): Set it to @CONFIG_FLAGS@. --- diff --git a/example/Makefile.am b/example/Makefile.am index a74b64c..e72d823 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -29,6 +29,7 @@ bin_PROGRAMS = m17n-conv m17n-view m17n-date m17n-dump m17n-edit common_ldflags = ${top_srcdir}/src/libm17n-core.la ${top_srcdir}/src/libm17n.la common_ldflags_gui = ${common_ldflags} ${top_srcdir}/src/libm17n-gui.la +AM_CPPFLAGS=@CONFIG_FLAGS@ m17n_date_SOURCES = mdate.c m17n_date_LDADD = ${common_ldflags}