From 07e12e921f1d2dc9515194863c900729877c8709 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 8 Jun 2018 21:10:46 +0200 Subject: Add CMakeLists.txt.in to EXTRA_DIST of test/googletest/Makefile.am --- test/googletest/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/googletest/Makefile.am b/test/googletest/Makefile.am index 5a563a1e..12a44216 100644 --- a/test/googletest/Makefile.am +++ b/test/googletest/Makefile.am @@ -8,3 +8,5 @@ lib_LTLIBRARIES = libgtest.la libgtest_la_LDFLAGS = -no-undefined libgtest_la_SOURCES = src/gtest-all.cc + +EXTRA_DIST = CMakeLists.txt.in -- cgit v1.2.3