Mon Jul 19 11:09:44 2004 Jonathan Blandford <jrb@gnome.org> * capplets/Makefile.am (always_built_SUBDIRS): * configure.in: remove default-applications capplet.
20 lines
374 B
Makefile
20 lines
374 B
Makefile
always_built_SUBDIRS = \
|
|
common accessibility \
|
|
default-applications desktop-links font \
|
|
background keyboard mouse sound \
|
|
theme-switcher ui-properties \
|
|
keybindings network windows
|
|
|
|
if HAVE_RANDR
|
|
randr_SUBDIRS = display
|
|
else
|
|
randr_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(always_built_SUBDIRS) $(randr_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = \
|
|
$(always_built_SUBDIRS) display
|
|
|
|
|
|
|