mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Fix typo and add new Makefiles to AC_OUTPUT
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
This commit is contained in:
parent
34b7b57b3c
commit
c2e461c7e9
13 changed files with 198 additions and 33 deletions
23
miext/rootless/Makefile.am
Normal file
23
miext/rootless/Makefile.am
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
EXTRA_DIST = \
|
||||
accel/rlAccel.c \
|
||||
accel/rlAccel.h \
|
||||
accel/rlBlt.c \
|
||||
accel/rlCopy.c \
|
||||
accel/rlFill.c \
|
||||
accel/rlFillRect.c \
|
||||
accel/rlFillSpans.c \
|
||||
accel/rlGlyph.c \
|
||||
accel/rlSolid.c \
|
||||
README.txt \
|
||||
rootlessCommon.c \
|
||||
rootlessCommon.h \
|
||||
rootlessConfig.h \
|
||||
rootlessGC.c \
|
||||
rootless.h \
|
||||
rootlessScreen.c \
|
||||
rootlessValTree.c \
|
||||
rootlessWindow.c \
|
||||
rootlessWindow.h \
|
||||
safeAlpha/safeAlpha.h \
|
||||
safeAlpha/safeAlphaPicture.c \
|
||||
safeAlpha/safeAlphaWindow.c
|
||||
Loading…
Reference in a new issue