summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorsvu <svu>2005-08-06 00:47:54 +0000
committersvu <svu>2005-08-06 00:47:54 +0000
commitcc10f76ec1feb16a193d751bf2ff52393e0380ef (patch)
tree3cfccf03df8e99a948ceb0c17d4adb34a523f652 /compat
parentf44be8d5ec16806b86720076b3c5fea917a1c151 (diff)
updating the build process
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index ea4b3a65..f8dd837a 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,4 +1,6 @@
-compat_DATA = \
+compatdir = $(xkb_base)/compat
+
+dist_compat_DATA = \
accessx basic complete \
default iso9995 \
japan keypad ledcaps \
@@ -6,9 +8,6 @@ lednum ledscroll \
misc mousekeys norepeat \
pc pc98 xfree86 \
xtest README
-
-EXTRA_DIST= $(compat_DATA)
-
-compatdir = $(xkb_base)/compat
+include $(top_srcdir)/xkbrules.am