diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-26 13:01:24 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-26 13:01:24 -0700 |
commit | 2dd7a4b5ac19c0b2be5cc078756d43e42f39231c (patch) | |
tree | 9ea44570802220962774865d43a8715867e8c536 /launchd | |
parent | 5f5390886004f785b4338fcff27f287c9aa6cd8c (diff) |
launchd: Fix make dist
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'launchd')
-rw-r--r-- | launchd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launchd/Makefile.am b/launchd/Makefile.am index 8add783..548868a 100644 --- a/launchd/Makefile.am +++ b/launchd/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = privileged_startx user_startx -EXTRA_DIST = asl_redirect.c +EXTRA_DIST = console_redirect.c |