aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-06-08 20:32:20 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-06-08 20:32:20 +0200
commit7cfe5ec293ed9a56b728ab089d6b27d398730767 (patch)
tree34edee52739c4e627d3f232673c79bf4b5b866c1
parent2ae1a3cef65c0324e64a9404cbb43159375a4e3c (diff)
downloadPROJ-7cfe5ec293ed9a56b728ab089d6b27d398730767.tar.gz
PROJ-7cfe5ec293ed9a56b728ab089d6b27d398730767.zip
test/unit/Makefile.am: do not install gtest_include.h
-rw-r--r--test/unit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@