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 | abb935570a86c6c21c5bb3a95e07763247bd4963 (patch) | |
tree | 28032a886fc95220a6217919407ddd0f87d94935 /klm/search | |
parent | 9cdf67fa00c17f21fa3412948f0d6560dafae1aa (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 |