diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 22:26:02 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 23:16:38 -0700 |
commit | c6a7f895c8c90b85ed4fd08927c47b0d17ed067a (patch) | |
tree | f9b9a5d2b55728fbcca6dc72f02688761e57a593 /launchd/user_startx | |
parent | 567f59d3f8189b92bc46e2af1260f9340f462bdb (diff) |
launchd: Log messages to ASL rather than fprintf
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'launchd/user_startx')
-rw-r--r-- | launchd/user_startx/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/launchd/user_startx/Makefile.am b/launchd/user_startx/Makefile.am index 9e4e4d9..600d325 100644 --- a/launchd/user_startx/Makefile.am +++ b/launchd/user_startx/Makefile.am @@ -37,3 +37,7 @@ launchagents_PRE = $(launchdidprefix).startx.plist.cpp launchagents_DATA = $(launchagents_PRE:plist.cpp=plist) EXTRA_DIST = startx.plist.cpp + +CLEANFILES = \ + $(launchagents_DATA) \ + $(launchdidprefix).startx.plist.cpp |