Whitespace changes.
This commit is contained in:
parent
e61696a91b
commit
9f579902fb
1 changed files with 56 additions and 55 deletions
|
|
@ -41,6 +41,7 @@ libledger_expr_la_SOURCES = \
|
||||||
src/op.cc \
|
src/op.cc \
|
||||||
src/expr.cc \
|
src/expr.cc \
|
||||||
src/scope.cc \
|
src/scope.cc \
|
||||||
|
src/predicate.cc \
|
||||||
src/format.cc \
|
src/format.cc \
|
||||||
src/option.cc
|
src/option.cc
|
||||||
|
|
||||||
|
|
@ -68,9 +69,9 @@ libledger_parse_la_SOURCES = \
|
||||||
src/emacs.cc \
|
src/emacs.cc \
|
||||||
src/qif.cc \
|
src/qif.cc \
|
||||||
src/gnucash.cc \
|
src/gnucash.cc \
|
||||||
lib/irrxml/src/irrXML.cpp
|
lib/irrxml/src/irrXML.cpp \
|
||||||
if HAVE_LIBOFX
|
if HAVE_LIBOFX \
|
||||||
libledger_parse_la_SOURCES += src/ofx.cc
|
libledger_parse_la_SOURCES += src/ofx.cc \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libledger_parse_la_CPPFLAGS = $(lib_cppflags)
|
libledger_parse_la_CPPFLAGS = $(lib_cppflags)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue