summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorsvu <svu>2004-05-28 22:59:47 +0000
committersvu <svu>2004-05-28 22:59:47 +0000
commit1c345bfa645e7f0bd81ee19106469acf15e2fa89 (patch)
treeb75646137306b972dcd151cbdbe4b5f7665a7b0e /Makefile.am
parent7b33d4ae34438b97be86bc49ad3746d238071174 (diff)
Optional creation of xkbcomp symlink in .../X11/xkb
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 52fd5f11..66a1cb1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,12 @@ EXTRA_DIST= COPYING README config.rpath mkinstalldirs config.rpath \
intltool-extract.in intltool-merge.in intltool-update.in
ACLOCAL_AMFLAGS = -I m4
+
+if CREATE_XKBCOMP_SYMLINK
+install-data-hook:
+ ln -sf ../../../bin/xkbcomp $(DESTDIR)$(xkb_base)/xkbcomp
+
+else
+install-data-hook:
+
+endif