diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-25 22:25:15 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-25 22:25:15 +0000 |
commit | 7e3cb9a09ac422179be89773f7fb14a462d25434 (patch) | |
tree | 326c865015b7c15b5f7f5e1d12f7beabe69b25d4 /miext/Makefile.am | |
parent | 9b083369ded2258cbc8ac2058e06ec8a3b171178 (diff) |
Remove unused layer module.
Diffstat (limited to 'miext/Makefile.am')
-rw-r--r-- | miext/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am index 242a61666..4fa584b35 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = damage shadow layer +SUBDIRS = damage shadow if COMPOSITE SUBDIRS += cw endif -DIST_SUBDIRS = damage shadow layer cw rootless +DIST_SUBDIRS = damage shadow cw rootless |