summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-03-21 22:54:38 +0000
committerKristian Høgsberg <krh@redhat.com>2006-03-21 22:54:38 +0000
commit966d93ef6d1f2ed02f3b81b5bf5a1ebbdd48c93d (patch)
tree0026887efa40f5d39b889a7af852638adb75ff53 /Xext/Makefile.am
parent8e3ad87d01c102591c7dc25614f6ac10e444a1b1 (diff)
Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1
Bump CVS version to 1.0.99.1. Distcheck fixes.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index ddb1923a9..8ab4c8640 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -39,7 +39,7 @@ MODULE_SRCS = \
# Optional sources included if extension enabled by configure.ac rules
# MIT Shared Memory extension
-MITSHM_SRCS = shm.c
+MITSHM_SRCS = shm.c shmint.h
if MITSHM
BUILTIN_SRCS += $(MITSHM_SRCS)
endif