From 4584316e848aba21212110ff3cc1ff50c5ed2adf Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 30 May 1999 04:27:32 +0000 Subject: [PATCH] remove the wrapper git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1715 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gnome/Makefile.in b/src/gnome/Makefile.in index ccf3458072..4509fa5e9c 100644 --- a/src/gnome/Makefile.in +++ b/src/gnome/Makefile.in @@ -57,7 +57,6 @@ OTHER_OBJS += $(wildcard @top_srcdir@/src/engine/obj/*.o) 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) -OTHER_OBJS += @top_srcdir@/src/swig/guile/obj/gnome/gnucash-gnome-guile_wrap.o OTHER_OBJS += $(wildcard @top_srcdir@/src/swig/obj/*.o) ######################################################################