diff options
author | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
---|---|---|
committer | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
commit | ab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch) | |
tree | c95c280caabc70e7aedbde723e38820047357be7 /miext/Makefile.am |
initial state (xorg-server 1.10.2)
Diffstat (limited to 'miext/Makefile.am')
-rw-r--r-- | miext/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am new file mode 100644 index 0000000..bbedac2 --- /dev/null +++ b/miext/Makefile.am @@ -0,0 +1,11 @@ +SUBDIRS = sync damage shadow +if COMPOSITE +SUBDIRS += cw +endif +if XQUARTZ +SUBDIRS += rootless +endif +if XWIN_MULTIWINDOWEXTWM +SUBDIRS += rootless +endif +DIST_SUBDIRS = sync damage shadow cw rootless |