2002-08-08 Seth Nickell <snickell@stanford.edu> * capplets/Makefile.am: Actually hook the windows capplet into the build. Though its sort of ass right now.
14 lines
292 B
Makefile
14 lines
292 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
|
|
|
|
SUBDIRS = $(always_built_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = \
|
|
$(always_built_SUBDIRS)
|
|
|
|
|
|
|