gtk/modules/engines/Makefile.am
Matthias Clasen 48dba326c2 Disable theme engines for now
They need to be ported to GtkThemingEngine.
2010-12-06 10:19:00 -05:00

14 lines
226 B
Makefile

include $(top_srcdir)/Makefile.decl
if USE_WIN32
wimp = ms-windows
endif
# the theme engines need to be ported to GtkThemingEngine
# SUBDIRS = $(wimp) pixbuf
DIST_SUBDIRS = ms-windows pixbuf
-include $(top_srcdir)/git.mk