gtk/modules/engines/Makefile.am
Matthias Clasen 8a2a148649 Don't build pixbuf engine, still
This was accidentally re-enabled together with the wimp.
2011-02-02 01:00:51 -05:00

14 lines
227 B
Makefile

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