From ce961bbd2c01496e7a3105d0654ac188d44fc2e3 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 27 Oct 2002 19:05:03 +0000 Subject: [PATCH] Revert latest change since it was only local to cstim. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7403 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/ofx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import-export/ofx/Makefile.am b/src/import-export/ofx/Makefile.am index 996a5d2e92..2bd44a6ec8 100644 --- a/src/import-export/ofx/Makefile.am +++ b/src/import-export/ofx/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . test # FIXME: this ought to be a configure option -LIBOFX_PREFIX = ${HOME}/lib/unstable +LIBOFX_PREFIX = /usr/local LIBOFX_LIBS = -L${LIBOFX_PREFIX}/lib -lofx -lstdc++ LIBOFX_CFLAGS = -I${LIBOFX_PREFIX}/include