diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-08 22:22:28 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-08 22:22:28 -0500 |
commit | 5de78361e67a1750ca2d163b846d5fffdeb09a04 (patch) | |
tree | c814ca04711d8f16f1c161d3caae0445fe3c0aae /klm/search | |
parent | 0fef781b2374bc98fe38d32238220e4322ba708c (diff) |
fixes for dist
Diffstat (limited to 'klm/search')
-rw-r--r-- | klm/search/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/search/Makefile.am b/klm/search/Makefile.am index a34f6cea..03554276 100644 --- a/klm/search/Makefile.am +++ b/klm/search/Makefile.am @@ -19,5 +19,5 @@ libksearch_a_SOURCES = \ vertex.cc \ vertex_generator.cc -AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I.. +AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I$(top_srcdir)/klm |