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:
Linas Vepstas 2000-05-26 05:16:43 +00:00
parent eb7a052722
commit 20c2d802eb

View File

@ -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)