2005-02-09 Sebastien Bacher <seb128@debian.org> * configure.in: * capplets/Makefile.am: include the "about-me" capplet files to the tarball to fix the tarball build.
17 lines
367 B
Makefile
17 lines
367 B
Makefile
always_built_SUBDIRS = \
|
|
common accessibility \
|
|
default-applications font \
|
|
background keyboard mouse sound \
|
|
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 about-me
|