diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-07-29 13:50:48 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-07-29 17:05:19 +0100 |
commit | fad5f96c01811af7490a071719e4017c019a8d9b (patch) | |
tree | 6ba03170c386d5c5a4c52dedb0fafaab876366c9 /miext/Makefile.am | |
parent | de2ae521abde445daaf025a07aa01563ca5ddd41 (diff) |
Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is being built
Rootless extension still needs a bit more work to build successfully for Cygwin/X
Diffstat (limited to 'miext/Makefile.am')
-rw-r--r-- | miext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am index 73a6577ae..84ab70855 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -5,7 +5,7 @@ endif if XQUARTZ SUBDIRS += rootless endif -if XWIN +if XWIN_MULTIWINDOWEXTWM SUBDIRS += rootless endif DIST_SUBDIRS = damage shadow cw rootless |