Cutecash: Adapt to recent gconf file changes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23410 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2013-11-18 08:00:34 +00:00
parent 79d6a39907
commit a6f2ba86d7
2 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,6 @@ SET (app_utils_HEADERS
gnc-entry-quickfill.h
gnc-euro.h
gnc-exp-parser.h
gnc-gconf-utils.h
gnc-gettext-util.h
gnc-help-utils.h
gnc-helpers.h
@ -63,7 +62,6 @@ SET (app_utils_SOURCES
gnc-entry-quickfill.c
gnc-euro.c
gnc-exp-parser.c
gnc-gconf-utils.c
gnc-gettext-util.c
gnc-helpers.c
gnc-sx-instance-model.c

View File

@ -19,7 +19,7 @@ GNC_ADD_SWIG_COMMAND (${SWIG_CORE_UTILS_C} ${CMAKE_CURRENT_SOURCE_DIR}/core-util
SET (libgnc_core_utils_SOURCES
binreloc.c
gnc-core-prefs.c
gnc-prefs.c
gnc-filepath-utils.c
gnc-features.c
gnc-gdate-utils.c
@ -70,7 +70,8 @@ FILE (WRITE ${CMAKE_CURRENT_BINARY_DIR}/gnc-version.h "
SET (libgnc_core_utils_HEADERS
binreloc.h
gnc-core-prefs.h
gnc-prefs.h
gnc-prefs-p.h
gnc-features.h
gnc-filepath-utils.h
gnc-gdate-utils.h