Skip to content

Commit

Permalink
Bug 704056 - Online Banking (Online Actions) does not appear in Actio…
Browse files Browse the repository at this point in the history
…n 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
  • Loading branch information
jralls committed Sep 9, 2013
1 parent 745afb9 commit 1009505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/import-export/aqbanking/Makefile.am
Expand Up @@ -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 \
Expand Down

0 comments on commit 1009505

Please sign in to comment.