From 59ab49846a86fcb6971597bd882050e11a9a0a6c Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 28 Dec 2014 13:20:20 +0100 Subject: [PATCH] Remove duplicated CMakeLists.txt from EXTRA_DIST --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 373c0b074c..195a583670 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -681,7 +681,7 @@ endif ############################## Tests ################################## EXTRA_DIST += \ - tests/test_layout CMakeLists.txt + tests/test_layout alltests: check alltests-recursive -- 2.39.2