mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
48dba326c2
They need to be ported to GtkThemingEngine.
14 lines
226 B
Makefile
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
|