gnome-control-center/capplets/Makefile.am
William Jon McCann 074ce4b16f Fix distcheck
2009-08-22 17:15:14 -04:00

34 lines
434 B
Makefile

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