mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-21 02:30:46 +01:00
make dist fix
This commit is contained in:
parent
14cadd5c84
commit
fd21d809df
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2006-02-10 David Reveman <davidr@novell.com>
|
||||
|
||||
* Xext/Makefile.am (MITSHM_SRCS): Add shmint.h.
|
||||
|
||||
* GL/symlink-mesa.sh: Add glapi.c to symlink_mesa_glapi.
|
||||
|
||||
2006-02-06 David Reveman <davidr@novell.com>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue