mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
8a2a148649
This was accidentally re-enabled together with the wimp.
14 lines
227 B
Makefile
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
|