From: handa Date: Tue, 5 Oct 2010 00:26:16 +0000 (+0000) Subject: (INCLUDES): Set -I$(top_srcdir)/src. X-Git-Tag: REL-1-6-2~1 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib.git;a=commitdiff_plain;h=a41845fae505ee7a084242ff13d17601a3b3a8a0 (INCLUDES): Set -I$(top_srcdir)/src. --- 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@