gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jul 17 23:07:19 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/3efd063a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/53e4e057 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f80058bc (commit)



commit 3efd063a08e764e2a09162438fcd0eebbe56785a
Merge: f80058b 53e4e05
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 17 20:06:47 2017 -0700

    Merge branch 'maint'


commit 53e4e0572e5f90303d1098591fcdbdbbd3bc6969
Author: Rob Gowin <robgowin at gmail.com>
Date:   Mon Jul 17 20:05:57 2017 -0700

    Fix failure to compile AQBanking GSchemas in CMake Build.

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 9e1e2cb..a8651da 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -19,7 +19,7 @@ SET(schema-targets business-gnome-gschema csv-exp-gschema csv-imp-gschema
     generic-import-gschema gnome-gschema gnome-utils-gschema ofx-gschema qif-imp-gschema)
 
 IF (WITH_AQBANKING)
-  LIST(APPEND schema_targets aqb-gschema)
+  LIST(APPEND schema-targets aqb-gschema)
 ENDIF (WITH_AQBANKING)
     
 SET(SCHEMA_DIRECTORY ${DATADIR_BUILD}/glib-2.0/schemas)
@@ -31,4 +31,4 @@ ADD_CUSTOM_COMMAND(
 
 ADD_CUSTOM_TARGET(compiled-schemas ALL DEPENDS ${SCHEMA_DIRECTORY}/gschemas.compiled)
 
-SET_DIST_LIST(cmake_DIST CMakeLists.txt README_CMAKE.txt cmake_uninstall.cmake.in)
\ No newline at end of file
+SET_DIST_LIST(cmake_DIST CMakeLists.txt README_CMAKE.txt cmake_uninstall.cmake.in)



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



More information about the gnucash-changes mailing list