diff options
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 1ca3a61a..2fa4fba0 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -21,6 +21,9 @@ AC_CONFIG_SRCDIR(["Makefile.config.in"]) dnl Configure a common Makefile AC_CONFIG_FILES(Makefile.config) +dnl Configure Doxygen file +AC_CONFIG_FILES([docs/doxygen.cfg]) + dnl Configure project makefiles dnl List every Makefile that exists within your source tree AC_CONFIG_HEADERS([include/klee/Config/config.h]) |