Window settings are not planned to be included in the next release, so remove the window settings capplet from the build.
19 lines
227 B
Makefile
19 lines
227 B
Makefile
SUBDIRS = \
|
|
common \
|
|
accessibility \
|
|
appearance \
|
|
display
|
|
|
|
DIST_SUBDIRS = \
|
|
common \
|
|
accessibility \
|
|
appearance \
|
|
display \
|
|
about-me
|
|
|
|
|
|
if BUILD_ABOUTME
|
|
SUBDIRS += about-me
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|