mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
should link to engine not .o's
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2386 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
eb7a052722
commit
20c2d802eb
@ -49,8 +49,7 @@ endif
|
||||
# Have to use wildcard here otherwise filters below won't get the expanded
|
||||
# text to work on...
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/obj/gnome/*.o)
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/engine/obj/*.o)
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/engine/obj/guid/*.o)
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/libengine.a)
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/register/obj/gnome/*.o)
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/reports/obj/*.o)
|
||||
OTHER_OBJS += $(wildcard @top_srcdir@/src/guile/obj/*.o)
|
||||
|
Loading…
Reference in New Issue
Block a user