instead of $(datadir)/control-center-2.0/capplets - add OnlyShowIn=GNOME; to them all - remove capplets/desktop-links/*
20 lines
361 B
Makefile
20 lines
361 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
|
|
|
|
|
|
|