diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 23:09:03 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-26 12:54:46 -0700 |
commit | 5f5390886004f785b4338fcff27f287c9aa6cd8c (patch) | |
tree | 48147a155ec27823c63027b0a551e7b9304459a9 /launchd/privileged_startx/Makefile.am | |
parent | c6a7f895c8c90b85ed4fd08927c47b0d17ed067a (diff) |
launchd: Enable stdout/stderr redirection to ASL
Don't rely on launchd to do our logging for us.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Daniel A. Steffen <dsteffen@apple.com>
Diffstat (limited to 'launchd/privileged_startx/Makefile.am')
-rw-r--r-- | launchd/privileged_startx/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launchd/privileged_startx/Makefile.am b/launchd/privileged_startx/Makefile.am index 2cf4c82..d0f2322 100644 --- a/launchd/privileged_startx/Makefile.am +++ b/launchd/privileged_startx/Makefile.am @@ -41,6 +41,7 @@ CPP_FILES_FLAGS += -DTIGER_LAUNCHD endif dist_privileged_startx_SOURCES = \ + ../console_redirect.c \ server.c \ client.c \ privileged_startx.c |