diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2012-04-18 09:20:37 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2012-04-18 09:32:31 -0700 |
commit | 2d9bdc819adbe45ec3ffdc72429fd92b7f613601 (patch) | |
tree | f063770c1b806fb8a61b0e87f7d8c89cf58e04d6 /launchd/Makefile.am | |
parent | 49cfa8b7253096d24b2ef6a8d0ba32c4bae9ac23 (diff) |
launchd: Don't provide the LaunchAgent on Tiger
Tiger's launchd doesn't support all the features we need from it.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'launchd/Makefile.am')
-rw-r--r-- | launchd/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/launchd/Makefile.am b/launchd/Makefile.am index f8781ed..0135b7f 100644 --- a/launchd/Makefile.am +++ b/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 |