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/util | |
parent | 0fef781b2374bc98fe38d32238220e4322ba708c (diff) |
fixes for dist
Diffstat (limited to 'klm/util')
-rw-r--r-- | klm/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/util/Makefile.am b/klm/util/Makefile.am index bb441432..3ab7560f 100644 --- a/klm/util/Makefile.am +++ b/klm/util/Makefile.am @@ -51,4 +51,4 @@ libklm_util_a_SOURCES = \ string_piece.cc \ usage.cc -AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I.. +AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I$(top_srcdir)/klm |