summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-08 15:24:49 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-08 15:24:49 +0900
commita47a557fc3e17ed99d125df781055a399f72891b (patch)
treeb5fcebd200f01b3f72eb78e04d3a193e7a24ee0c /modules
parent5fef00de2c84ddac01a2c6306fd427b6ff66e541 (diff)
parent13209a9a6cfc647f4aad2e23600290e553782820 (diff)
downloadgtk+-a47a557fc3e17ed99d125df781055a399f72891b.tar.gz
Merge branch 'master' into treeview-refactor
Diffstat (limited to 'modules')
-rw-r--r--modules/engines/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am
index 7f65239551..5af553f16e 100644
--- a/modules/engines/Makefile.am
+++ b/modules/engines/Makefile.am
@@ -4,6 +4,10 @@ if USE_WIN32
wimp = ms-windows
endif
-SUBDIRS = $(wimp) pixbuf
+# the theme engines need to be ported to GtkThemingEngine
+# SUBDIRS = $(wimp) pixbuf
+
+DIST_SUBDIRS = ms-windows pixbuf
+
-include $(top_srcdir)/git.mk