From cb1974466bdb748a5a129344a8f59cc5c0a45c0b Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 31 May 2004 08:06:00 +0000 Subject: [PATCH] (AM_CPPFLAGS): New variable. --- example/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Makefile.am b/example/Makefile.am index 268f3a8..a159307 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -27,6 +27,8 @@ 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} -- 1.7.10.4