mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix dynamic linking bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5855 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fa033eeefb
commit
d8ae7e274a
@ -1,3 +1,8 @@
|
||||
2001-11-13 Robert Graham Merkel <rgmerk@mira.net>
|
||||
|
||||
* src/gnc-module/Makefile.am: libgw-gnc-module.la needs
|
||||
to be linked to libgncmodule.la
|
||||
|
||||
2001-11-12 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* src/gnome/Makefile.am (noinst_HEADERS): add gw-gnc.h.
|
||||
|
@ -14,9 +14,8 @@ libgncmodule_la_LIBADD = \
|
||||
-lltdl
|
||||
|
||||
libgw_gnc_module_la_SOURCES = gw-gnc-module.c
|
||||
libgw_gnc_module_la_DEPENDENCIES = libgncmodule.la
|
||||
libgw_gnc_module_la_LDFLAGS = -module
|
||||
libgw_gnc_module_la_LIBADD = \
|
||||
libgw_gnc_module_la_LIBADD = libgncmodule.la \
|
||||
${G_WRAP_LINK_ARGS} \
|
||||
${GLIB_LIBS} \
|
||||
${GUILE_LIBS}
|
||||
|
Loading…
Reference in New Issue
Block a user