From 7cfe5ec293ed9a56b728ab089d6b27d398730767 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 8 Jun 2018 20:32:20 +0200 Subject: test/unit/Makefile.am: do not install gtest_include.h --- test/unit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 234ee1bd..b2fa190f 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = CMakeLists.txt -include_HEADERS = gtest_include.h +noinst_HEADERS = gtest_include.h AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/test/googletest/include AM_CXXFLAGS = @CXX_WFLAGS@ @NO_ZERO_AS_NULL_POINTER_CONSTANT_FLAG@ -- cgit v1.2.3