summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
Diffstat (limited to 'miext')
-rw-r--r--miext/Makefile.am2
-rw-r--r--miext/rootless/Makefile.am23
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