a3ce94c442
Gary Duzan in PR 32439: This is the LibOFX library. It is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads. To my knowledge, it is the first working OpenSource implementation of the OFX (Open Financial eXchange) specification on the client side.
13 lines
449 B
Text
13 lines
449 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $
|
|
|
|
--- lib/Makefile.in.orig 2005-07-31 18:21:10.000000000 +0000
|
|
+++ lib/Makefile.in
|
|
@@ -250,7 +250,7 @@ AM_CPPFLAGS = \
|
|
-I${OPENSPINCLUDES} \
|
|
-DMAKEFILE_DTD_PATH=\"${LIBOFX_DTD_DIR}/\"
|
|
|
|
-libofx_la_LIBADD = @LIBOBJ@ ${OPENSPLIBS} -lstdc++
|
|
+libofx_la_LIBADD = ${OPENSPLIBS} -lstdc++
|
|
libofx_la_LDFLAGS = -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
|
|
all: all-am
|
|
|