summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-08-28 10:39:57 -0700
committerSergey V. Udaltsov <svu@gnome.org>2012-08-29 00:46:08 +0100
commit67804fe9398ac1bda8bbed40dcf65dd7ce734364 (patch)
tree5e737db637380e5c4301a91ad4ded18f6345b444 /compat
parent29dffd82af2a8777ace47c5bda4ae706ce9cb9b8 (diff)
Remove *.dir generation
It's only used by the X server's ListComponents call, which I intend to stub out shortly. (For bonus points, that call will fork xkbcomp to generate the necessary listings itself if it can't find the *.dir files.) Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index aeed9326..e2026af3 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,6 +1,6 @@
compatdir = $(xkb_base)/compat
-dist_compat_DATA = \
+compat_DATA = \
accessx basic caps complete \
iso9995 \
japan ledcaps \
@@ -9,7 +9,4 @@ misc mousekeys \
olpc pc pc98 xfree86 \
xtest README
-dir_data = $(dist_compat_DATA)
-
-include $(top_srcdir)/xkbrules.am
-
+EXTRA_DIST = $(compat_DATA)