diff options
Diffstat (limited to 'app/xinit/launchd/Makefile.am')
-rw-r--r-- | app/xinit/launchd/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/xinit/launchd/Makefile.am b/app/xinit/launchd/Makefile.am index f8781ed54..0135b7fcf 100644 --- a/app/xinit/launchd/Makefile.am +++ b/app/xinit/launchd/Makefile.am @@ -1,3 +1,8 @@ -SUBDIRS = privileged_startx user_startx +DIST_SUBDIRS = privileged_startx user_startx +SUBDIRS = privileged_startx + +if !TIGER_LAUNCHD +SUBDIRS += user_startx +endif EXTRA_DIST = console_redirect.h |