summaryrefslogtreecommitdiff
path: root/dix/Makefile.am
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-11-26 15:26:04 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-11-26 15:26:04 -0500
commit9b0e72c8d960d056276f5fa93f3cc2872825711e (patch)
tree2e9da1419e412bff84b12c10aeca24f2dc51395e /dix/Makefile.am
parentc0f9e204baf0218466973868c5ea6ed0f78e6b8b (diff)
registry: Add a great big list of protocol names, like the XErrorDB that
ships with Xlib. This is considered temporary, until server-side XCB can solve the problem programmatically.
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r--dix/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am
index 65c387c31..2cf90142f 100644
--- a/dix/Makefile.am
+++ b/dix/Makefile.am
@@ -42,6 +42,10 @@ INCLUDES = -I$(top_srcdir)/Xprint
EXTRA_DIST = buildatoms BuiltInAtoms CHANGES Xserver.d Xserver-dtrace.h.in
+# Install list of protocol names
+miscconfigdir = $(SERVER_MISC_CONFIG_PATH)
+dist_miscconfig_DATA = protocol.txt
+
if XSERVER_DTRACE
# Generate dtrace header file for C sources to include
BUILT_SOURCES = Xserver-dtrace.h