summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2010-06-15 18:49:43 +0100
committerDaniel Stone <daniel@fooishbar.org>2010-07-08 16:30:56 +0100
commiteb023c0f8919e809b8b609e1467b14d20a290aa7 (patch)
treec6f8f420b71956b4c388982de481ce12959490c7 /src/Makefile.am
parent00175397480b76d32bf82b0c7c94c91a2a95954e (diff)
downloadxorg-lib-libX11-eb023c0f8919e809b8b609e1467b14d20a290aa7.tar.gz
Delete now-redundant XKeysymDB
Since XStringToKeysym now supports all the vendor keysyms, just delete our XKeysymDB, which was incomplete at best, misleading at worst, and always an annoyance. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 735fd0cf..8b0953cb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -341,7 +341,7 @@ libX11_la_SOURCES+=UIThrStubs.c
endif
x11datadir = @X11_DATADIR@
-x11data_DATA = XKeysymDB XErrorDB
+x11data_DATA = XErrorDB
EXTRA_DIST = \
$(x11data_DATA) \