gnome-control-center/capplets/Makefile.am
Thomas Wood b6e436acda Remove accessibility capplet from the build
The accessibility capplet is now superseded by the unviversal-access panel.
2010-06-04 17:59:03 +01:00

17 lines
192 B
Makefile

SUBDIRS = \
common \
appearance \
display
DIST_SUBDIRS = \
common \
appearance \
display \
about-me
if BUILD_ABOUTME
SUBDIRS += about-me
endif
-include $(top_srcdir)/git.mk