From 283a5b7ce9c1d466dc39a3e55db8025c3f33faea Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 1 Oct 2022 17:38:49 -0700 Subject: [PATCH] Fix dist, files moved --- libgnucash/app-utils/test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/libgnucash/app-utils/test/CMakeLists.txt b/libgnucash/app-utils/test/CMakeLists.txt index 4b4cbf384d..49841f0a03 100644 --- a/libgnucash/app-utils/test/CMakeLists.txt +++ b/libgnucash/app-utils/test/CMakeLists.txt @@ -46,8 +46,6 @@ set_dist_list(test_app_utils_DIST test-exp-parser.c test-print-parse-amount.cpp test-sx.cpp - test-c-interface.scm - test-date-utilities.scm ${test_app_utils_scheme_SOURCES} ${test_app_utils_SOURCES} )