diff --git a/ChangeLog b/ChangeLog index bd4050b6c..01308fd77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-28 Joe Shaw + + * makefile: Add the art directory back in; fixes the build. + 2002-08-26 Rachel Hestilow * sources/Gtk.metadata: Add null-ok for Menu.Popup. diff --git a/makefile b/makefile index 5aa23019a..07da96635 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ NATIVE_DIRS = glue parser -DIRS=generator api glib pango atk gdk gtk glade gnome sample +DIRS=generator api glib pango atk gdk gtk glade art gnome sample ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT))) CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe MCS=mcs