Fixed an extraneous backslash.

This commit is contained in:
John Wiegley 2009-02-01 22:08:46 -04:00
parent cadb02c257
commit e391ca5e95

View file

@ -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)