gnome-control-center/capplets/Makefile.am
Jens Granseuer 15dc0f2a79 fix build without libcanberra
2008-07-29  Jens Granseuer  <jensgr@gmx.net>

	* capplets/Makefile.am:
	* configure.in: fix build without libcanberra

svn path=/trunk/; revision=8824
2008-07-29 18:30:28 +00:00

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