2003-04-23 Alexander Larsson <alexl@redhat.com> * .cvsignore: * display-capplet.png: * display-properties.desktop.in: * main.c: * Makefile.am: Initial import. UI not fully polished yet. 2003-04-23 Alexander Larsson <alexl@redhat.com> * capplets/Makefile.am: * configure.in: * capplets/display/* Check for XRandR support. Add display capplet.
20 lines
385 B
Makefile
20 lines
385 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
|
|
|
|
|
|
|