diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c7cf5deb..7eb63487 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ libledger_a_SOURCES = \ value.cc \ walk.cc if HAVE_XMLPARSE +libledger_a_CXXFLAGS += -DHAVE_XMLPARSE=1 libledger_a_SOURCES += gnucash.cc xml.cc endif if HAVE_BOOST_PYTHON |