2002-01-14 21:13:08 +00:00
|
|
|
always_built_SUBDIRS = \
|
2002-03-23 04:39:24 +00:00
|
|
|
common accessibility \
|
2004-11-09 17:43:47 +00:00
|
|
|
default-applications font \
|
2002-01-22 03:13:30 +00:00
|
|
|
background keyboard mouse sound \
|
2004-07-19 15:09:37 +00:00
|
|
|
theme-switcher ui-properties \
|
2004-02-03 13:31:28 +00:00
|
|
|
keybindings network windows
|
2002-03-17 21:27:09 +00:00
|
|
|
|
2003-04-23 15:01:16 +00:00
|
|
|
if HAVE_RANDR
|
|
|
|
randr_SUBDIRS = display
|
|
|
|
else
|
|
|
|
randr_SUBDIRS =
|
|
|
|
endif
|
|
|
|
|
2005-06-23 12:45:39 +00:00
|
|
|
if BUILD_ABOUTME
|
|
|
|
aboutme_SUBDIRS = about-me
|
|
|
|
else
|
|
|
|
aboutme_SUBDIRS =
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = $(always_built_SUBDIRS) $(randr_SUBDIRS) $(aboutme_SUBDIRS)
|
2002-05-11 23:28:26 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2005-06-23 12:45:39 +00:00
|
|
|
$(always_built_SUBDIRS) display $(aboutme_SUBDIRS)
|