diff options
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/Makefile.am | 2 |
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 |