(mflt_enable_new_feature): Document it.
[m17n/m17n-lib.git] / example / Makefile.am
index 5266569..011f13d 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- example level Makefile for the m17n library.
-# Copyright (C) 2003, 2004
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO112
 
@@ -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@