gnome-control-center/capplets/Makefile.am
Thomas Wood 8aedeff4ca Disable Window settings from the build
Window settings are not planned to be included in the next release, so
remove the window settings capplet from the build.
2010-05-24 21:51:28 +01:00

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