summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net>2006-11-05 18:20:45 +0100
committerTORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net>2006-11-05 18:20:45 +0100
commit0262cd63a2c10e52daa3bd71cb21a6a37017f234 (patch)
tree39b155bc6779f3a852d547fb04c5960b657e9531 /configure.ac
parent8eba8690adac2c4425f4cac490c77f9f3b1da6f7 (diff)
add AM_CHECK_DOXYGEN macro
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 72136cf..9cc8bca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,9 @@ AC_SUBST(CWARNFLAGS)
GCC_CHECK_VISIBILITY()
-AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
+AM_CHECK_DOXYGEN()
+
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile doc/Makefile])
AC_CONFIG_FILES([xcb.pc xcb-xlib.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-glx.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xprint.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc])
AC_OUTPUT