Move gnc-gdate-utils.c/h from app-utils to engine

This commit is contained in:
Robert Fewell 2017-08-20 09:56:53 +01:00
parent 576b1d077c
commit c3466b79ef
6 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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 \