git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1716 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-05-30 04:36:50 +00:00
parent 4584316e84
commit 177169530b

View File

@ -58,6 +58,8 @@ 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/reports/obj/*.o)
OTHER_OBJS += $(wildcard @top_srcdir@/src/guile/obj/*.o) OTHER_OBJS += $(wildcard @top_srcdir@/src/guile/obj/*.o)
OTHER_OBJS += $(wildcard @top_srcdir@/src/swig/obj/*.o) OTHER_OBJS += $(wildcard @top_srcdir@/src/swig/obj/*.o)
OTHER_OBJS += $(wildcard @top_srcdir@/src/g-wrap/obj/*.o)
OTHER_OBJS += $(wildcard @top_srcdir@/src/g-wrap/obj/gnome/*.o)
###################################################################### ######################################################################
# See Makefile.common for information about these variables. # See Makefile.common for information about these variables.