Index: aqbanking-2.3.3/src/libs/aqbanking/Makefile.in
--- aqbanking-2.3.3/src/libs/aqbanking/Makefile.in.orig	2006-01-28 00:56:18 +0100
+++ aqbanking-2.3.3/src/libs/aqbanking/Makefile.in	2006-01-28 09:50:06 +0100
@@ -525,7 +525,7 @@
  wcb.c\
  msgengine.c
 
-libaqbanking_la_LIBADD = $(gwenhywfar_libs) \
+libaqbanking_la_LIBADD = \
  jobs/libjobs.la \
  types/libtypes.la
 
@@ -537,7 +537,7 @@
 libaqbanking_la_DEPENDENCIES = jobs/libjobs.la types/libtypes.la \
 	$(am__append_1)
 testlib_SOURCES = testlib.c
-testlib_LDADD = libaqbanking.la
+testlib_LDADD = libaqbanking.la $(gwenhywfar_libs)
 TESTS = testlib
 all: all-recursive
 
Index: aqbanking-2.3.3/src/plugins/bankinfo/generic/Makefile.in
--- aqbanking-2.3.3/src/plugins/bankinfo/generic/Makefile.in.orig	2006-01-28 00:56:42 +0100
+++ aqbanking-2.3.3/src/plugins/bankinfo/generic/Makefile.in	2006-01-28 09:49:40 +0100
@@ -476,7 +476,7 @@
 libbankinfo_la_SOURCES = \
  generic.c
 
-libbankinfo_la_LIBADD = -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) $(gwenhywfar_libs)
+libbankinfo_la_LIBADD =
 libbankinfo_la_LDFLAGS = $(STRIPALL)
 at_files = at/blz.idx at/bic.idx at/namloc.idx at/banks.data
 ch_files = ch/blz.idx ch/bic.idx ch/namloc.idx ch/banks.data
Index: openhbci-0.9.18/src/openhbci/openhbci-config.in.in
--- openhbci-0.9.18/src/openhbci/openhbci-config.in.in.orig	2003-05-18 23:46:36 +0200
+++ openhbci-0.9.18/src/openhbci/openhbci-config.in.in	2006-01-28 09:49:40 +0100
@@ -9,7 +9,7 @@
 	    result="$result @PROGRAM_INCLUDES@ -I$dir/include"
 	    ;;
 	--libraries)
-	    result="$result -L$dir/lib @OPENHBCI_LIB@"
+	    result="$result -L$dir/lib @OPENHBCI_LIB@ -lgwenhywfar"
 	    ;;
         --plugins)
             result="$result @PLUGIN_PATH@/@OPENHBCI_SO_VERSION@"
Index: openhbci2-1.9.4/src/openhbci-tng/openhbci2-config.in.in
--- openhbci2-1.9.4/src/openhbci-tng/openhbci2-config.in.in.orig	2004-05-20 03:33:53 +0200
+++ openhbci2-1.9.4/src/openhbci-tng/openhbci2-config.in.in	2006-01-28 09:49:40 +0100
@@ -9,7 +9,7 @@
 	    result="$result @PROGRAM_INCLUDES@ -I$dir/include"
 	    ;;
 	--libraries)
-	    result="$result -L$dir/lib @OPENHBCI_LIB@"
+	    result="$result -L$dir/lib @OPENHBCI_LIB@ -lgwenhywfar"
 	    ;;
         --plugins)
             result="$result @PLUGIN_PATH@/@OPENHBCI_SO_EFFECTIVE_VERSION@"
Index: openhbci2-1.9.4/src/tools/hbcixml/Makefile.in
--- openhbci2-1.9.4/src/tools/hbcixml/Makefile.in.orig	2006-01-20 12:09:55 +0100
+++ openhbci2-1.9.4/src/tools/hbcixml/Makefile.in	2006-01-28 09:49:40 +0100
@@ -218,7 +218,7 @@
 INCLUDES = -I../../../ -I../../../openhbci2 @PROGRAM_INCLUDES@ -I../../plugins/msg-xml
 noinst_HEADERS = loganalyzer.h
 hbcixml_SOURCES = hbcixml.cpp loganalyzer.cpp
-hbcixml_LDADD = -L../../openhbci-tng -L../../openhbci-tng/openhbci-core @PROGRAM_LIBS@ ../../plugins/msg-xml/libmsgxml.la
+hbcixml_LDADD = -L../../openhbci-tng -L../../openhbci-tng/openhbci-core @PROGRAM_LIBS@ ../../plugins/msg-xml/libmsgxml.la $(gwenhywfar_libs)
 all: all-am
 
 .SUFFIXES:
