From 8723efcca3b48ed6051281ae7e68fecbd1d11cd1 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Tue, 11 Sep 2018 09:11:23 +0200 Subject: Don't install gtest libraries. --- test/googletest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3