mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move gnc-gdate-utils.c/h from app-utils to engine
This commit is contained in:
parent
576b1d077c
commit
c3466b79ef
@ -22,7 +22,6 @@ SET (app_utils_HEADERS
|
||||
gnc-entry-quickfill.h
|
||||
gnc-euro.h
|
||||
gnc-exp-parser.h
|
||||
gnc-gdate-utils.h
|
||||
gnc-gettext-util.h
|
||||
gnc-gsettings.h
|
||||
gnc-help-utils.h
|
||||
@ -64,7 +63,6 @@ SET (app_utils_SOURCES
|
||||
gnc-entry-quickfill.c
|
||||
gnc-euro.c
|
||||
gnc-exp-parser.c
|
||||
gnc-gdate-utils.c
|
||||
gnc-gettext-util.c
|
||||
gnc-gsettings.c
|
||||
gnc-helpers.c
|
||||
|
@ -51,7 +51,6 @@ libgncmod_app_utils_la_SOURCES = \
|
||||
gnc-entry-quickfill.c \
|
||||
gnc-euro.c \
|
||||
gnc-exp-parser.c \
|
||||
gnc-gdate-utils.c \
|
||||
gnc-gettext-util.c \
|
||||
gnc-gsettings.c \
|
||||
gnc-helpers.c \
|
||||
@ -79,7 +78,6 @@ gncinclude_HEADERS = \
|
||||
gnc-entry-quickfill.h \
|
||||
gnc-euro.h \
|
||||
gnc-exp-parser.h \
|
||||
gnc-gdate-utils.h \
|
||||
gnc-gettext-util.h \
|
||||
gnc-gsettings.h \
|
||||
gnc-help-utils.h \
|
||||
|
@ -54,6 +54,7 @@ SET (engine_HEADERS
|
||||
gnc-engine.h
|
||||
gnc-event.h
|
||||
gnc-features.h
|
||||
gnc-gdate-utils.h
|
||||
gnc-hooks.h
|
||||
gnc-numeric.h
|
||||
gnc-numeric.hpp
|
||||
@ -159,6 +160,7 @@ SET (engine_SOURCES
|
||||
gnc-engine.c
|
||||
gnc-event.c
|
||||
gnc-features.c
|
||||
gnc-gdate-utils.c
|
||||
gnc-hooks.c
|
||||
gnc-int128.cpp
|
||||
gnc-lot.c
|
||||
|
@ -40,6 +40,7 @@ libgncmod_engine_la_SOURCES = \
|
||||
gnc-engine.c \
|
||||
gnc-event.c \
|
||||
gnc-features.c \
|
||||
gnc-gdate-utils.c \
|
||||
gnc-hooks.c \
|
||||
gnc-int128.cpp \
|
||||
gnc-lot.c \
|
||||
@ -124,6 +125,7 @@ gncinclude_HEADERS = \
|
||||
gnc-engine.h \
|
||||
gnc-event.h \
|
||||
gnc-features.h \
|
||||
gnc-gdate-utils.h \
|
||||
gnc-hooks.h \
|
||||
gnc-numeric.h \
|
||||
gnc-numeric.hpp \
|
||||
|
Loading…
Reference in New Issue
Block a user