mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix missing/misspelled files for distribution.
Mostly errors from 6c01e54.
This commit is contained in:
@@ -45,4 +45,4 @@ GNC_ADD_SCHEME_TARGETS(scm-test-load-gnome-utils-module
|
|||||||
GNC_ADD_SCHEME_TESTS(test-load-gnome-utils-module.scm)
|
GNC_ADD_SCHEME_TESTS(test-load-gnome-utils-module.scm)
|
||||||
|
|
||||||
|
|
||||||
SET_DIST_LIST(test_gnome_utils_DIST CMakeLists.txt Makefile.am test-gnc-recurrence.c test-link-module.c test-load-report-gnome-module.scm)
|
SET_DIST_LIST(test_gnome_utils_DIST CMakeLists.txt Makefile.am test-gnc-recurrence.c test-link-module.c test-load-gnome-utils-module.scm)
|
||||||
|
|||||||
@@ -37,9 +37,8 @@ GNC_ADD_SCHEME_TARGETS(scm-test-report-system-2
|
|||||||
SET_DIST_LIST(test_report_system_DIST
|
SET_DIST_LIST(test_report_system_DIST
|
||||||
CMakeLists.txt
|
CMakeLists.txt
|
||||||
Makefile.am
|
Makefile.am
|
||||||
test-collectors.scm
|
${scm_test_report_system_SOURCES}
|
||||||
test-extras.scm
|
test-extras.scm
|
||||||
test-link-module.c
|
test-link-module.c
|
||||||
test-report-utilities.scm
|
test-test-extras.scm
|
||||||
test-list-extras.scm
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -28,6 +28,5 @@ GNC_ADD_SCHEME_TARGETS(scm-test-standard-reports
|
|||||||
FALSE
|
FALSE
|
||||||
)
|
)
|
||||||
|
|
||||||
SET_DIST_LIST(test_standard_reports_DIST CMakeLists.txt Makefile.am ${scm_test_standard_reports_SOURCES}
|
SET_DIST_LIST(test_standard_reports_DIST CMakeLists.txt Makefile.am
|
||||||
test-cash-flow.scm test-cashflow-barchart.scm test-standard-category-report.scm test-standard-net-barchart.scm
|
${scm_test_standard_reports_SOURCES} ${scm_test_report_SUPPORT})
|
||||||
test-standard-net-linechart.scm)
|
|
||||||
|
|||||||
@@ -56,5 +56,6 @@ SET_DIST_LIST(test_app_utils_DIST
|
|||||||
test-print-queries.cpp
|
test-print-queries.cpp
|
||||||
test-scm-query-string.cpp
|
test-scm-query-string.cpp
|
||||||
test-sx.cpp
|
test-sx.cpp
|
||||||
|
test-load-app-utils-module.scm
|
||||||
${test_app_utils_SOURCES}
|
${test_app_utils_SOURCES}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user