r23160 - gnucash/trunk/src/import-export/aqbanking - Bug 704056 - Online Banking (Online Actions) does not appear in Action menu

John Ralls jralls at code.gnucash.org
Sun Sep 8 23:01:14 EDT 2013


Author: jralls
Date: 2013-09-08 23:01:14 -0400 (Sun, 08 Sep 2013)
New Revision: 23160
Trac: http://svn.gnucash.org/trac/changeset/23160

Modified:
   gnucash/trunk/src/import-export/aqbanking/Makefile.am
Log:
Bug 704056 - Online Banking (Online Actions) does not appear in Action menu

Ensure that all functions are exported to the dll

Modified: gnucash/trunk/src/import-export/aqbanking/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/Makefile.am	2013-09-04 12:55:49 UTC (rev 23159)
+++ gnucash/trunk/src/import-export/aqbanking/Makefile.am	2013-09-09 03:01:14 UTC (rev 23160)
@@ -32,7 +32,9 @@
   gnc-plugin-aqbanking.h
 
 libgncmod_aqbanking_la_LDFLAGS = -avoid-version
-
+if OS_WIN32
+libgncmod_aqbanking_la_LDFLAGS += -export-symbols-regex .*
+endif
 libgncmod_aqbanking_la_LIBADD = \
   ${top_builddir}/src/import-export/libgncmod-generic-import.la \
   ${top_builddir}/src/gnome/libgnc-gnome.la \



More information about the gnucash-changes mailing list