]> git.meshlink.io Git - meshlink/blobdiff - configure.ac
Add Doxygen support to the build system.
[meshlink] / configure.ac
index b1b1118d138c1c2b1e5f47d55bbe4c3c2a22789b..37e7b82f46b382d636cc35888e78187d03c5c8b0 100644 (file)
@@ -2,6 +2,8 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
 AC_INIT([MeshLink], [0.1])
+DX_PS_FEATURE(OFF)
+DX_INIT_DOXYGEN([MeshLink], [$(top_srcdir)/Doxyfile])
 AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -141,7 +143,6 @@ AC_CACHE_SAVE
 AC_CONFIG_FILES([
         Makefile
         src/Makefile
-        doc/Makefile
         test/Makefile
         test/blackbox/Makefile
         test/blackbox/run_blackbox_tests/Makefile