diff --git a/ChangeLog b/ChangeLog index 334dd3bc3..e86f7fe15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2004-01-17 John Luke * configure.in: detect and compile vte-sharp (require vte-0.11.10) + * Makefile.in: add vte to subdirs * vte/*: * sources/makefile: * sources/gtk-sharp-sources.xml: add vte diff --git a/Makefile.in b/Makefile.in index 123803102..aeaee3314 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ NATIVE_DIRS = glue parser -DIRS=generator glib pango atk gdk gtk glade art gnome gtkhtml gda gnomedb gconf rsvg sample vte +DIRS=generator glib pango atk gdk gtk glade art gnome gtkhtml gda gnomedb gconf rsvg vte sample ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT))) CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe MCS=mcs