2004-01-08 Carlos Perelló Marín <carlos@gnome.org> * configure.in: The localization capplet is disabled until we remove the libicu dependency. 2004-01-05 Carlos Perelló Marín <carlos@gnome.org> * configure.in: Added a check for libicu and the needed lines to add the localization capplet. * capplets/Makefile.am: Added the localization dir. * capplets/localization: Added the localization capplet to change the locales. * po/POTFILES.in: Added new files from localization capplet.
20 lines
408 B
Makefile
20 lines
408 B
Makefile
always_built_SUBDIRS = \
|
|
common accessibility \
|
|
default-applications desktop-links font \
|
|
background keyboard mouse sound \
|
|
file-types theme-switcher ui-properties \
|
|
keybindings $(LOCALIZATION_CAPPLET) network windows
|
|
|
|
if HAVE_RANDR
|
|
randr_SUBDIRS = display
|
|
else
|
|
randr_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(always_built_SUBDIRS) $(randr_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = \
|
|
$(always_built_SUBDIRS) display
|
|
|
|
|
|
|