summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)