--- gnome-sharp-2.24.4/sample/gconf/Makefile.am 2017-09-02 17:17:07.434221315 -0500 +++ gnome-sharp-2.24.4/sample/gconf/Makefile.am.new 2017-09-02 17:19:53.864229560 -0500 @@ -22,7 +22,7 @@ $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES) Settings.cs: $(SCHEMA) - MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs + MONO_PATH=$(top_builddir)/gconf/GConf:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs CLEANFILES = sample.exe Settings.cs