2007-07-15 Jens Granseuer <jensgr@gmx.net> * capplets/Makefile.am: * configure.in: don't fail if gstreamer is not available, but simply skip the sound capplet (closes bug #456957) svn path=/trunk/; revision=7859
27 lines
382 B
Makefile
27 lines
382 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 HAVE_GSTREAMER
|
|
SUBDIRS += sound
|
|
endif
|
|
|
|
DIST_SUBDIRS = \
|
|
$(always_built_SUBDIRS) display about-me sound
|