blob: 8b33b43ec20d3d2f70a0a35ae0f2fdaaa164fea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|