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 /modules/Makefile.am | |
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 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index a46c3bc32e..10e4875ad8 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS=input +SUBDIRS=input engines |