summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-01 22:08:46 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-01 22:08:46 -0400
commite391ca5e959e3fad8524f40c6ed99fa29a4b8ef3 (patch)
tree5b01a18b9c0687fe6ca2d92803214fa176102684
parentcadb02c257d0f461ad71e7377a8bdecf0b4cf6dc (diff)
downloadfork-ledger-e391ca5e959e3fad8524f40c6ed99fa29a4b8ef3.tar.gz
fork-ledger-e391ca5e959e3fad8524f40c6ed99fa29a4b8ef3.tar.bz2
fork-ledger-e391ca5e959e3fad8524f40c6ed99fa29a4b8ef3.zip
Fixed an extraneous backslash.
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 885ec31d..f8654f71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,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)