summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
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