Whitespace changes.

This commit is contained in:
John Wiegley 2009-02-01 18:29:46 -04:00
parent e61696a91b
commit 9f579902fb

View file

@ -41,6 +41,7 @@ libledger_expr_la_SOURCES = \
src/op.cc \
src/expr.cc \
src/scope.cc \
src/predicate.cc \
src/format.cc \
src/option.cc
@ -68,9 +69,9 @@ libledger_parse_la_SOURCES = \
src/emacs.cc \
src/qif.cc \
src/gnucash.cc \
lib/irrxml/src/irrXML.cpp
if HAVE_LIBOFX
libledger_parse_la_SOURCES += src/ofx.cc
lib/irrxml/src/irrXML.cpp \
if HAVE_LIBOFX \
libledger_parse_la_SOURCES += src/ofx.cc \
endif
libledger_parse_la_CPPFLAGS = $(lib_cppflags)