*** backends/Makefile.am.orig	2003-10-14 14:18:02.000000000 +1300
--- backends/Makefile.am	2003-10-14 13:39:40.000000000 +1300
***************
*** 1,6 ****
  CSC=mcs -g
  dashboard_exe=../engine/dashboard.exe
! DLLDEPS=-r:glib-sharp.dll -r:gdk-sharp.dll -r:gtk-sharp.dll -r:gnome-sharp.dll -r:System.Web -r:../util/drive/drive.dll -r:../util/rdf/rdf.dll -r:$(dashboard_exe)
  LIBFLAGS=-target:library $(DLLDEPS)
  EXEFLAGS=$(DLLDEPS)
  
--- 1,6 ----
  CSC=mcs -g
  dashboard_exe=../engine/dashboard.exe
! DLLDEPS=-r:glib-sharp.dll -r:gdk-sharp.dll -r:gtkhtml-sharp -r:gtk-sharp.dll -r:gnome-sharp.dll -r:System.Web -r:../util/drive/drive.dll -r:../util/rdf/rdf.dll -r:$(dashboard_exe)
  LIBFLAGS=-target:library $(DLLDEPS)
  EXEFLAGS=$(DLLDEPS)
  
*** engine/Makefile.am.orig	2003-10-14 14:17:39.000000000 +1300
--- engine/Makefile.am	2003-10-14 13:36:16.000000000 +1300
***************
*** 1,5 ****
  CSC=mcs -g
! DB_LIBS = -r:gtk-sharp.dll -r:gnome-sharp.dll
  RESOURCES = -resource:images/bookmark.png,bookmark.png -resource:images/document.png,document.png -resource:images/person.png,person.png -resource:images/bug.png,bug.png -resource:images/white.png,white.png -resource:images/foaf.png,foaf.png -resource:images/book.png,book.png -resource:images/mail.png,mail.png -resource:images/globe.png,globe.png
  
  dashboard_sources = 		\
--- 1,5 ----
  CSC=mcs -g
! DB_LIBS = -r:gtk-sharp.dll -r:gnome-sharp.dll -r:gtkhtml-sharp.dll
  RESOURCES = -resource:images/bookmark.png,bookmark.png -resource:images/document.png,document.png -resource:images/person.png,person.png -resource:images/bug.png,bug.png -resource:images/white.png,white.png -resource:images/foaf.png,foaf.png -resource:images/book.png,book.png -resource:images/mail.png,mail.png -resource:images/globe.png,globe.png
  
  dashboard_sources = 		\

