2008-01-14 Rodrigo Moya <rodrigo@gnome-db.org> * capplets/Makefile.am: disabled non-functional l10n capplet. svn path=/trunk/; revision=8384
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
|