From: handa Date: Mon, 31 May 2004 11:26:39 +0000 (+0000) Subject: (AM_CPPFLAGS): Cancel previous change. X-Git-Tag: withdl~137 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=961ffef740e7587eee752758379b70e498301a12;p=m17n%2Fm17n-lib.git (AM_CPPFLAGS): Cancel previous change. --- diff --git a/example/Makefile.am b/example/Makefile.am index a159307..268f3a8 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -27,8 +27,6 @@ bin_PROGRAMS = mconv mview mdate mdump medit common_ldflags = ${top_srcdir}/src/libm17n-core.la ${top_srcdir}/src/libm17n.la common_ldflags_gui = ${top_srcdir}/src/libm17n-gui.la -AM_CPPFLAGS = @X_CFLAGS@ - mdate_SOURCES = mdate.c mdate_LDADD = ${common_ldflags}