From 9385da1c4a3261d0e9d70db2cee88e078023dffe Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 28 May 2007 23:48:55 +0000 Subject: Don't reference ofx.cc just now --- Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7223a49a..58884970 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,10 +63,10 @@ libledger_la_SOURCES += $(Python_SRC) libledger_la_CPPFLAGS += -I$(srcdir)/src/python endif -if HAVE_LIBOFX -libledger_la_CPPFLAGS += -DHAVE_LIBOFX=1 -libledger_la_SOURCES += src/ofx.cc -endif +#if HAVE_LIBOFX +#libledger_la_CPPFLAGS += -DHAVE_LIBOFX=1 +#libledger_la_SOURCES += src/ofx.cc +#endif if DEBUG libledger_la_CPPFLAGS += -DDEBUG_MODE endif @@ -154,9 +154,9 @@ PYLIBS = ledger gdtoa gmp \ boost_regex$(BOOST_SUFFIX) \ boost_python$(BOOST_SUFFIX) -if HAVE_LIBOFX -PYLIBS += ofx -endif +#if HAVE_LIBOFX +#PYLIBS += ofx +#endif ledger.so: $(ledger_so_SOURCES) $(ledger_so_DEPENDENCIES) CFLAGS="$(CPPFLAGS) -I$(srcdir) $(libledger_la_CPPFLAGS)" \ -- cgit v1.2.3