aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas Couwenberg <sebastic@xs4all.nl>2018-09-11 09:11:23 +0200
committerBas Couwenberg <sebastic@xs4all.nl>2018-09-11 09:11:23 +0200
commit8723efcca3b48ed6051281ae7e68fecbd1d11cd1 (patch)
treebc4587c4b1aa17a51e8054f58f50e5b68a4e4a37
parent8633749902c6d7729a95bd6cefffabde7036ee29 (diff)
downloadPROJ-8723efcca3b48ed6051281ae7e68fecbd1d11cd1.tar.gz
PROJ-8723efcca3b48ed6051281ae7e68fecbd1d11cd1.zip
Don't install gtest libraries.
-rw-r--r--test/googletest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/googletest/Makefile.am b/test/googletest/Makefile.am
index 12a44216..88e6241d 100644
--- a/test/googletest/Makefile.am
+++ b/test/googletest/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = src include
AM_CPPFLAGS = -I$(top_srcdir)/test/googletest/include
-lib_LTLIBRARIES = libgtest.la
+noinst_LTLIBRARIES = libgtest.la
libgtest_la_LDFLAGS = -no-undefined
libgtest_la_SOURCES = src/gtest-all.cc