2003-03-24 John Luke <jluke@cfl.rr.com>

* samples/gconf/Makefile.am:
        changes SOURCES to FILES to make automake 1.8 happy

svn path=/trunk/gtk-sharp/; revision=24544
This commit is contained in:
John Luke 2004-03-24 19:38:29 +00:00
parent 5ab9361baf
commit dff96be902
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-03-24 John Luke <jluke@cfl.rr.com>
* samples/gconf/Makefile.am:
changes SOURCES to FILES to make automake 1.8 happy
2003-03-24 Jorn Baayen <jorn@nl.linux.org>
* gtk/Gtk.metadata : mark null_ok param on Window.SetTransientFor.

View File

@ -1,4 +1,4 @@
SOURCES = \
FILES = \
Settings.cs \
$(srcdir)/main.cs
@ -11,8 +11,8 @@ GCONFDIR=$(top_builddir)/gconf
noinst_SCRIPTS = sample.exe
sample.exe: $(SCHEMA) $(srcdir)/sample.glade $(SOURCES)
$(CSC) /out:sample.exe $(SOURCES) $(REFERENCES) $(RESOURCES)
sample.exe: $(SCHEMA) $(srcdir)/sample.glade $(FILES)
$(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