Bug 704056 - Online Banking (Online Actions) does not appear in Action menu

Ensure that all functions are exported to the dll

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23160 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2013-09-09 03:01:14 +00:00
parent 745afb94dd
commit 1009505831

View File

@ -32,7 +32,9 @@ noinst_HEADERS = \
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 \