forked from pool/aqbanking
45 lines
1.2 KiB
Diff
45 lines
1.2 KiB
Diff
--- src/plugins/backends/aqyellownet/plugin/Makefile.am
|
|
+++ src/plugins/backends/aqyellownet/plugin/Makefile.am
|
|
@@ -27,7 +27,7 @@
|
|
aqyellownet-plugin.c
|
|
|
|
aqyellownet_la_LIBADD= \
|
|
- -L$(srcdir) -laqyellownet \
|
|
+ $(srcdir)/libaqyellownet.la \
|
|
$(aqbanking_internal_libs) \
|
|
$(gwenhywfar_libs)
|
|
aqyellownet_la_LDFLAGS=-module
|
|
--- src/plugins/backends/aqyellownet/plugin/libaqyellownet.la
|
|
+++ src/plugins/backends/aqyellownet/plugin/libaqyellownet.la
|
|
@@ -0,0 +1,30 @@
|
|
+# libaqyellownet.la - a libtool library file
|
|
+# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
|
|
+#
|
|
+# Please DO NOT delete this file!
|
|
+# It is necessary for linking the library.
|
|
+
|
|
+# The name that we can dlopen(3).
|
|
+dlname='libaqyellownet.so'
|
|
+
|
|
+# Names of this library.
|
|
+library_names='libaqyellownet.so'
|
|
+
|
|
+# The name of the static archive.
|
|
+old_library=''
|
|
+
|
|
+# Libraries that this one depends upon.
|
|
+dependency_libs=''
|
|
+
|
|
+# Is this an already installed library?
|
|
+installed=no
|
|
+
|
|
+# Should we warn about portability when linking against -modules?
|
|
+shouldnotlink=no
|
|
+
|
|
+# Files to dlopen/dlpreopen
|
|
+dlopen=''
|
|
+dlpreopen=''
|
|
+
|
|
+# Directory that this library needs to be installed in:
|
|
+libdir='/usr/lib'
|