gnucash master: Include gnucash-windows-locale.c in the dist.

John Ralls jralls at code.gnucash.org
Mon Jun 1 13:57:41 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/ff807556 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0f6cec18 (commit)



commit ff8075569e53f4a62f54ed6300ee8815c584fc79
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 1 09:35:15 2020 -0700

    Include gnucash-windows-locale.c in the dist.

diff --git a/gnucash/CMakeLists.txt b/gnucash/CMakeLists.txt
index 879a84725..3c6c212f7 100644
--- a/gnucash/CMakeLists.txt
+++ b/gnucash/CMakeLists.txt
@@ -303,8 +303,9 @@ gnc_add_scheme_targets(price-quotes
 
 set_local_dist(gnucash_DIST_local CMakeLists.txt environment.in generate-gnc-script
     gnucash.cpp gnucash-commands.cpp gnucash-cli.cpp gnucash-core-app.cpp
-    gnucash.rc.in gnucash-valgrind.in gnucash-gresources.xml ${gresource_files}
-    price-quotes.scm ${gnucash_noinst_HEADERS} ${gnucash_EXTRA_DIST})
+    gnucash-windows-locale.c gnucash.rc.in gnucash-valgrind.in
+    gnucash-gresources.xml ${gresource_files} price-quotes.scm
+    ${gnucash_noinst_HEADERS} ${gnucash_EXTRA_DIST})
 
 set (gnucash_DIST ${gnucash_DIST_local} ${gnome_DIST} ${gnome_search_DIST} ${gnome_utils_DIST}
     ${gschemas_DIST} ${gtkbuilder_DIST} ${html_DIST} ${import_export_DIST} ${python_DIST} ${register_DIST}



Summary of changes:
 gnucash/CMakeLists.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list