oops, dropped a source file

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@836 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-04-22 03:46:01 +00:00
parent 8921e63f83
commit b5afe7d975
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ CFLAGS = -O2 -Wall -g -Wall ${INCLPATH}
######################################################################
# See Makefile.common for information about these variables.
INDEP_SRCS := Account.c DateUtils.c FileIO.c Group.c LedgerUtils.c \
INDEP_SRCS := AccInfo.c Account.c DateUtils.c FileIO.c Group.c LedgerUtils.c \
QIFIO.c Transaction.c TransLog.c date.c util.c
######################################################################

View File

@ -34,7 +34,7 @@ CFLAGS = @CFLAGS@ ${INCLPATH}
######################################################################
# See Makefile.common for information about these variables.
INDEP_SRCS := Account.c DateUtils.c FileIO.c Group.c LedgerUtils.c \
INDEP_SRCS := AccInfo.c Account.c DateUtils.c FileIO.c Group.c LedgerUtils.c \
QIFIO.c Transaction.c TransLog.c date.c util.c
######################################################################