gnome-control-center/capplets/Makefile.am

35 lines
434 B
Text
Raw Normal View History

2009-08-22 11:52:42 -04:00
SUBDIRS = \
common \
accessibility \
appearance \
default-applications \
keybindings \
keyboard \
mouse \
network \
windows
2009-08-22 11:52:42 -04:00
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