diff options
author | Adam Jackson <ajax@redhat.com> | 2015-06-02 13:58:30 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-07-08 16:41:28 -0400 |
commit | 1594fb912996e9776d9e36383bd1d9f5dd2877eb (patch) | |
tree | 9a5e0b166c982877792e9a68c5daa048a0f57adc /miext | |
parent | bdc917a41691250701ccc9a0b087448b50892fa9 (diff) |
rootless: Build unconditionally
It's not a lot of code, and if you're doing things to the core that
affect rootless you should be alerted early.
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'miext')
-rw-r--r-- | miext/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am index b84adc12b..add4d18b0 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -1,8 +1 @@ -SUBDIRS = sync damage shadow -if XQUARTZ -SUBDIRS += rootless -endif -if XWIN_MULTIWINDOWEXTWM -SUBDIRS += rootless -endif -DIST_SUBDIRS = sync damage shadow rootless +SUBDIRS = sync damage shadow rootless |