mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Declare library dependency for dialog-tax-table.
libtool 1.5.16 seems to not mind the dependency being undeclared but libtool 1.5.6 on FC3 won't lt_dlopen() the .la file without it. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12351 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -29,8 +29,9 @@ noinst_HEADERS = \
|
||||
gw-dialog-tax-table.h
|
||||
|
||||
libgncmod_dialog_tax_table_la_LIBADD = \
|
||||
../../gnc-module/libgncmodule.la \
|
||||
../../core-utils/libcore-utils.la \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_builddir}/src/gnc-module/libgncmodule.la \
|
||||
${top_builddir}/src/core-utils/libcore-utils.la \
|
||||
${GUILE_LIBS} \
|
||||
${GNOME_LIBS} \
|
||||
${G_WRAP_LINK_ARGS} \
|
||||
|
||||
Reference in New Issue
Block a user