From e391ca5e959e3fad8524f40c6ed99fa29a4b8ef3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 1 Feb 2009 22:08:46 -0400 Subject: [PATCH] Fixed an extraneous backslash. --- Makefile.am | 6 +++--- 1 file 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)