diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-08-30 14:20:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-30 14:20:00 +0000 |
commit | 7feff029c97e5b385c702d958a78843eaae0fc1e (patch) | |
tree | f90b4441e704b0310440ee748a75d9587fa3e1ae /configure.in | |
parent | 5210bf17c62537212857cbcf96d26e84dd4d8666 (diff) | |
download | gtk+-7feff029c97e5b385c702d958a78843eaae0fc1e.tar.gz |
Integrate the ms-windows theme engine (better known as Wimp) into the
2004-08-30 Matthias Clasen <mclasen@redhat.com>
Integrate the ms-windows theme engine (better known as Wimp)
into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/)
was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2
sources have been added to the GTK+ source tree in
modules/engines/ms-windows, and there is a ChangeLog detailing
the history of Wimp. (#109615, Havoc Pennington)
* configure.in: Generate modules/engines/Makefile and
modules/engines/ms-windows/Makefile.
* modules/Makefile.am (SUBDIRS): Add engines.
* modules/engines/Makefile.am: Compile ms-windows for win32.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3fa6c2e89a..5dc3a78930 100644 --- a/configure.in +++ b/configure.in @@ -1622,6 +1622,8 @@ gtk/theme-bits/Makefile gtk/xdgmime/Makefile modules/Makefile modules/input/Makefile +modules/engines/Makefile +modules/engines/ms-windows/Makefile contrib/Makefile contrib/gdk-pixbuf-xlib/Makefile contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc |