From b828f81d01340132b464ce0fe2439cff7867831e Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Thu, 13 Nov 2003 10:09:13 +0000 Subject: [PATCH] build fix svn path=/trunk/gtk-sharp/; revision=19930 --- sample/gconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/gconf/Makefile b/sample/gconf/Makefile index ca075dfd9..f0f1d2678 100644 --- a/sample/gconf/Makefile +++ b/sample/gconf/Makefile @@ -14,7 +14,7 @@ sample.exe: sample.schema sample.glade $(SOURCES) $(MCS) /out:sample.exe $(SOURCES) /r:../../glib/glib-sharp.dll /r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll /r:../../art/art-sharp.dll /r:../../gdk/gdk-sharp.dll /r:$(GCONFDIR)/GConf/gconf-sharp.dll /r:../../gtk/gtk-sharp.dll /r:../../gnome/gnome-sharp.dll /r:../../glade/glade-sharp.dll /r:$(GCONFDIR)/GConf.PropertyEditors/gconf-sharp-peditors.dll /r:System.Drawing /resource:sample.glade Settings.cs: sample.schema - MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample sample.schema > Settings.cs + MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample sample.schema > Settings.cs install: all GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule sample.schema