From a41845fae505ee7a084242ff13d17601a3b3a8a0 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 5 Oct 2010 00:26:16 +0000 Subject: [PATCH] (INCLUDES): Set -I$(top_srcdir)/src. --- example/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Makefile.am b/example/Makefile.am index 1fd9b4d..011f13d 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -32,6 +32,8 @@ else bin_PROGRAMS = $(BASICPROGS) endif +INCLUDES = -I$(top_srcdir)/src + common_ldflags = ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la common_ldflags_gui = ${common_ldflags} ${top_builddir}/src/libm17n-flt.la ${top_builddir}/src/libm17n-gui.la AM_CPPFLAGS=@CONFIG_FLAGS@ -- 1.7.10.4