Fixed an extraneous backslash.
This commit is contained in:
parent
cadb02c257
commit
e391ca5e95
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue