diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 22:17:25 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 22:17:25 -0700 |
commit | 567f59d3f8189b92bc46e2af1260f9340f462bdb (patch) | |
tree | 616cc330338ffbf010d9e404190bef0ebc08aaa1 /configure.ac | |
parent | 75a969b884296439fb84ca2be8f77d718d7da1e6 (diff) |
launchd: Reorganized layout of launchd sources
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 67214cb..d9c795d 100644 --- a/configure.ac +++ b/configure.ac @@ -201,5 +201,7 @@ AC_SUBST(XINIT) AC_SUBST(XINITDIR) AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([privileged_startx/Makefile]) +AC_CONFIG_FILES([launchd/Makefile]) +AC_CONFIG_FILES([launchd/privileged_startx/Makefile]) +AC_CONFIG_FILES([launchd/user_startx/Makefile]) AC_OUTPUT |