diff options
Diffstat (limited to 'miext/Makefile.am')
-rw-r--r-- | miext/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am index bbedac2b5..b84adc12b 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -1,11 +1,8 @@ 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 +DIST_SUBDIRS = sync damage shadow rootless |