diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 61642f7..cb72185 100644 --- a/configure.ac +++ b/configure.ac @@ -47,5 +47,6 @@ AM_CONDITIONAL([UNIX], [test "$build_unix" = "yes"]) AM_CONDITIONAL([WINDOWS], [test "$build_windows" = "yes"]) AC_CONFIG_FILES([Makefile - src/Makefile]) + src/Makefile + docs/Makefile]) AC_OUTPUT |