2008-07-29 Jens Granseuer <jensgr@gmx.net> * capplets/Makefile.am: * configure.in: fix build without libcanberra svn path=/trunk/; revision=8824
27 lines
379 B
Makefile
27 lines
379 B
Makefile
always_built_SUBDIRS = \
|
|
common \
|
|
accessibility \
|
|
appearance \
|
|
default-applications \
|
|
keybindings \
|
|
keyboard \
|
|
mouse \
|
|
network \
|
|
windows
|
|
|
|
SUBDIRS = $(always_built_SUBDIRS)
|
|
|
|
if HAVE_RANDR
|
|
SUBDIRS += display
|
|
endif
|
|
|
|
if BUILD_ABOUTME
|
|
SUBDIRS += about-me
|
|
endif
|
|
|
|
if BUILD_SOUND
|
|
SUBDIRS += sound
|
|
endif
|
|
|
|
DIST_SUBDIRS = \
|
|
$(always_built_SUBDIRS) display about-me sound
|