rename date.c to gnc-date.c

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8505 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-06-09 17:45:03 +00:00
parent 7c40e5dfe4
commit 72426bf766
2 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ libgncmod_engine_la_SOURCES = \
Scrub2.c \ Scrub2.c \
TransLog.c \ TransLog.c \
Transaction.c \ Transaction.c \
date.c \
gnc-associate-account.c \ gnc-associate-account.c \
gnc-book.c \ gnc-book.c \
gnc-commodity.c \ gnc-commodity.c \
gnc-date.c \
gnc-engine-util.c \ gnc-engine-util.c \
gnc-engine.c \ gnc-engine.c \
gnc-event.c \ gnc-event.c \
@ -66,13 +66,13 @@ gncinclude_HEADERS = \
Scrub2.h \ Scrub2.h \
TransLog.h \ TransLog.h \
Transaction.h \ Transaction.h \
date.h \
engine-helpers.h \ engine-helpers.h \
glib-helpers.h \ glib-helpers.h \
gnc-associate-account.h \ gnc-associate-account.h \
gnc-be-utils.h \ gnc-be-utils.h \
gnc-book.h \ gnc-book.h \
gnc-commodity.h \ gnc-commodity.h \
gnc-date.h \
gnc-engine-util.h \ gnc-engine-util.h \
gnc-engine.h \ gnc-engine.h \
gnc-event.h \ gnc-event.h \