Removed references to expat and xmlparse.
This commit is contained in:
parent
4fe230eb1f
commit
3afab07779
1 changed files with 14 additions and 14 deletions
28
Makefile.am
28
Makefile.am
|
|
@ -60,14 +60,14 @@ libledger_la_SOURCES = \
|
||||||
src/xmlparse.cc \
|
src/xmlparse.cc \
|
||||||
src/xpath.cc
|
src/xpath.cc
|
||||||
|
|
||||||
if HAVE_EXPAT
|
#if HAVE_EXPAT
|
||||||
libledger_la_CPPFLAGS += -DHAVE_EXPAT=1
|
#libledger_la_CPPFLAGS += -DHAVE_EXPAT=1
|
||||||
libledger_la_SOURCES += src/gnucash.cc
|
#libledger_la_SOURCES += src/gnucash.cc
|
||||||
endif
|
#endif
|
||||||
if HAVE_XMLPARSE
|
#if HAVE_XMLPARSE
|
||||||
libledger_la_CPPFLAGS += -DHAVE_XMLPARSE=1
|
#libledger_la_CPPFLAGS += -DHAVE_XMLPARSE=1
|
||||||
libledger_la_SOURCES += src/gnucash.cc
|
#libledger_la_SOURCES += src/gnucash.cc
|
||||||
endif
|
#endif
|
||||||
if HAVE_LIBOFX
|
if HAVE_LIBOFX
|
||||||
libledger_la_CPPFLAGS += -DHAVE_LIBOFX=1
|
libledger_la_CPPFLAGS += -DHAVE_LIBOFX=1
|
||||||
libledger_la_SOURCES += src/ofx.cc
|
libledger_la_SOURCES += src/ofx.cc
|
||||||
|
|
@ -192,12 +192,12 @@ PYLIBS += boost_date_time$(BOOST_SUFFIX) \
|
||||||
boost_regex$(BOOST_SUFFIX) \
|
boost_regex$(BOOST_SUFFIX) \
|
||||||
boost_python$(BOOST_SUFFIX)
|
boost_python$(BOOST_SUFFIX)
|
||||||
|
|
||||||
if HAVE_EXPAT
|
#if HAVE_EXPAT
|
||||||
PYLIBS += expat
|
#PYLIBS += expat
|
||||||
endif
|
#endif
|
||||||
if HAVE_XMLPARSE
|
#if HAVE_XMLPARSE
|
||||||
PYLIBS += xmlparse xmltok
|
#PYLIBS += xmlparse xmltok
|
||||||
endif
|
#endif
|
||||||
if HAVE_LIBOFX
|
if HAVE_LIBOFX
|
||||||
PYLIBS += ofx
|
PYLIBS += ofx
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue