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