diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-15 20:44:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-15 20:44:44 +0000 |
commit | c2e461c7e970830ea430de3e5f352d144e9f0239 (patch) | |
tree | babecb3a5a870068e654d86ec54b6831eef11e70 /miext | |
parent | 34b7b57b3c80507f63a542c6adb4b5c8ed80b642 (diff) |
Fix typo and add new Makefiles to AC_OUTPUT
Fix typos
Add xorg.conf.man to CLEANFILES
Add missing files to EXTRA_DIST
Diffstat (limited to 'miext')
-rw-r--r-- | miext/Makefile.am | 2 | ||||
-rw-r--r-- | miext/rootless/Makefile.am | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am index ea839f753..242a61666 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -2,4 +2,4 @@ SUBDIRS = damage shadow layer if COMPOSITE SUBDIRS += cw endif -DIST_SUBDIRS = damage shadow layer cw +DIST_SUBDIRS = damage shadow layer cw rootless diff --git a/miext/rootless/Makefile.am b/miext/rootless/Makefile.am new file mode 100644 index 000000000..ecf762a64 --- /dev/null +++ b/miext/rootless/Makefile.am @@ -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 |