diff options
Diffstat (limited to 'tests/storage/Makefile.am')
-rw-r--r-- | tests/storage/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am index 39570a3..281dd5e 100644 --- a/tests/storage/Makefile.am +++ b/tests/storage/Makefile.am @@ -15,9 +15,11 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -INCLUDES = -I$(top_srcdir)/src/include \ - -I$(top_srcdir)/src/storage \ - @GLIB2_CPPFLAGS@ +INCLUDES = -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/storage \ + -I$(top_srcdir)/src/lookup \ + @GLIB2_CPPFLAGS@ noinst_PROGRAMS = test_parser \ test_pinyin_index \ |