summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2012-02-22 23:41:59 +0000
committerSergey V. Udaltsov <svu@gnome.org>2012-02-22 23:41:59 +0000
commitd63547c01abff6a24920445455c8d2ede2eadd02 (patch)
tree3525df5c194cc2b63910882e6d507752e549d0dc /Makefile.am
parente588c409c80fee159bc3603870abd93f7f80bf24 (diff)
downloadlibgnomekbd-d63547c01abff6a24920445455c8d2ede2eadd02.tar.gz
Got rid of the obsolete plugins architecture
In the GNOME 3 world, there are gnome-shell extensions, there is introspection - so plugins are not necessary any more
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83aba99..53f246c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ if BUILD_TESTS
TEST = test
endif
-SUBDIRS = libgnomekbd $(TEST) capplet po
+SUBDIRS = libgnomekbd $(TEST) po
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}