summaryrefslogtreecommitdiff
path: root/capplets/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/Makefile.am')
-rw-r--r--capplets/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/capplets/Makefile.am b/capplets/Makefile.am
deleted file mode 100644
index 2495fc813..000000000
--- a/capplets/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-
-
-