diff options
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 |