mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Link with the same libs as gnucash.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3349 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1a2938ef96
commit
f962e7f15c
@ -2,7 +2,16 @@
|
||||
noinst_PROGRAMS = dbadd
|
||||
|
||||
LDADD = \
|
||||
${DB_LIBS}
|
||||
${GNOMEUI_LIBS} \
|
||||
${GNOME_LIBDIR} \
|
||||
${GNOME_PRINT_LIBS} \
|
||||
${G_WRAP_LINK_ARGS} \
|
||||
${GUILE_LIBS} \
|
||||
${GTKHTML_LIBS} \
|
||||
${GHTTP_LIBS} \
|
||||
${GUPPI_LIBS} \
|
||||
${DB_LIBS} \
|
||||
${INTLLIBS}
|
||||
|
||||
dbadd_SOURCES = \
|
||||
dbadd.c
|
||||
|
Loading…
Reference in New Issue
Block a user