2004-02-03 Carlos Perelló Marín <carlos@gnome.org> * configure.in, capplets/Makefile.am: Removed the localization capplet references, it will wait until GNOME 2.7, it's too late for GNOME 2.6.
20 lines
384 B
Makefile
20 lines
384 B
Makefile
always_built_SUBDIRS = \
|
|
common accessibility \
|
|
default-applications desktop-links font \
|
|
background keyboard mouse sound \
|
|
file-types theme-switcher ui-properties \
|
|
keybindings network windows
|
|
|
|
if HAVE_RANDR
|
|
randr_SUBDIRS = display
|
|
else
|
|
randr_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(always_built_SUBDIRS) $(randr_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = \
|
|
$(always_built_SUBDIRS) display
|
|
|
|
|
|
|