gnome-control-center/capplets/Makefile.am
Thomas Wood f112fc3a8e default-applications: convert capplet to a settings panel
Add a module and CcPanel implementation for default applications settings.
2010-05-24 21:51:28 +01:00

23 lines
285 B
Makefile

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