Fix errant deletion of -I.

This commit is contained in:
John Ralls 2015-05-05 17:37:03 -07:00
parent 0017aa6edc
commit 03d2ff1d44

View File

@ -51,7 +51,7 @@ test_kvp_value_LDADD += $(top_builddir)/src/test-core/libgtest.a
endif
test_kvp_value_CPPFLAGS = \
$(GTEST_HEADERS) \
-I$(GTEST_HEADERS) \
-I$(top_srcdir)/$(MODULEPATH) \
$(GLIB_CFLAGS) \
$(BOOST_CPPFLAGS)