git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1536 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-01-03 01:55:32 +00:00
parent e8896079b9
commit 4f34df719c

View File

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