2007-07-15 18:07:51 +00:00
|
|
|
always_built_SUBDIRS = \
|
2007-05-28 12:05:12 +00:00
|
|
|
common \
|
2007-07-15 18:07:51 +00:00
|
|
|
accessibility \
|
2007-05-28 12:05:12 +00:00
|
|
|
appearance \
|
|
|
|
default-applications \
|
2007-07-15 18:07:51 +00:00
|
|
|
keybindings \
|
2007-05-28 12:05:12 +00:00
|
|
|
keyboard \
|
|
|
|
mouse \
|
|
|
|
network \
|
|
|
|
windows
|
2002-03-17 21:27:09 +00:00
|
|
|
|
2005-08-22 13:37:11 +00:00
|
|
|
SUBDIRS = $(always_built_SUBDIRS)
|
|
|
|
|
2003-04-23 15:01:16 +00:00
|
|
|
if HAVE_RANDR
|
2005-08-22 13:37:11 +00:00
|
|
|
SUBDIRS += display
|
2003-04-23 15:01:16 +00:00
|
|
|
endif
|
|
|
|
|
2005-06-23 12:45:39 +00:00
|
|
|
if BUILD_ABOUTME
|
2005-08-22 13:37:11 +00:00
|
|
|
SUBDIRS += about-me
|
2005-06-23 12:45:39 +00:00
|
|
|
endif
|
|
|
|
|
2002-05-11 23:28:26 +00:00
|
|
|
DIST_SUBDIRS = \
|
2008-12-18 11:19:25 +00:00
|
|
|
$(always_built_SUBDIRS) display about-me
|