diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index dbd17de..9aa2f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -204,8 +204,9 @@ AC_SUBST(XAUTH) AC_SUBST(XINIT) AC_SUBST(XINITDIR) -AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([launchd/Makefile]) -AC_CONFIG_FILES([launchd/privileged_startx/Makefile]) -AC_CONFIG_FILES([launchd/user_startx/Makefile]) +AC_CONFIG_FILES([Makefile + man/Makefile + launchd/Makefile + launchd/privileged_startx/Makefile + launchd/user_startx/Makefile]) AC_OUTPUT |