$NetBSD: patch-ac,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $ --- ofxconnect/Makefile.in.orig 2005-07-31 18:34:47.000000000 +0000 +++ ofxconnect/Makefile.in @@ -201,7 +199,8 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -ofxconnect_LDADD = $(top_builddir)/lib/libofx.la -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl +ofxconnect_LDADD = $(top_builddir)/lib/libofx.la +ofxconnect_LDFLAGS = `curl-config --libs` ofxconnect_SOURCES = cmdline.h cmdline.c ofxconnect.cpp AM_CPPFLAGS = \ -I${top_srcdir}/inc