Fix cmake build after latest configure changes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20224 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-02-02 20:31:10 +00:00
parent 7cb436e08d
commit d0b8c4296e
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ SET (CUTECASH_VERSION_PATCH "0")
# Change this in development versions when changing anything that
# affects stored data structures. Reset to zero when bumping version.
SET (CUTECASH_VERSION_NANO "0")
SET (GNUCASH_RESAVE_VERSION "19920")
# Extra cmake macros
SET (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/src/cmake_modules;${CMAKE_MODULE_PATH}")

View File

@ -5,6 +5,7 @@
#define GNUCASH_MICRO_VERSION @CUTECASH_VERSION_MINOR@
#define GNUCASH_MINOR_VERSION @CUTECASH_VERSION_PATCH@
#define GNUCASH_NANO_VERSION @CUTECASH_VERSION_NANO@
#define GNUCASH_RESAVE_VERSION @GNUCASH_RESAVE_VERSION@
#define VERSION "@CUTECASH_VERSION_MAJOR@.@CUTECASH_VERSION_MINOR@.@CUTECASH_VERSION_PATCH@"
/* Definitions for all OS */

View File

@ -25,6 +25,7 @@ SET (libgnc_core_utils_SOURCES
gnc-gkeyfile-utils.c
gnc-glib-utils.c
gnc-jalali.c
gnc-locale-utils.c
gnc-main.c
gnc-path.c
gnc-uri-utils.c
@ -64,6 +65,7 @@ SET (libgnc_core_utils_HEADERS
gnc-gkeyfile-utils.h
gnc-glib-utils.h
gnc-jalali.h
gnc-locale-utils.h
gnc-main.h
gnc-path.h
gnc-uri-utils.h