diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-14 22:59:09 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-14 22:59:09 +0200 |
commit | 226b34727f14fafa2bc1564fcd19a66abb99648e (patch) | |
tree | f66a9163e436306ac97549173d3d7bbb86a2185c /configure.ac | |
parent | 975f5d049e2d55a1221830dba6a505d85750e5d7 (diff) |
Add infrastructure for gtk-doc support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 10364b9e..7da3817d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,8 @@ m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) AC_DISABLE_STATIC AC_PROG_LIBTOOL +GTK_DOC_CHECK + AC_FUNC_PPOLL AC_PATH_DBUS @@ -42,7 +44,6 @@ AC_OUTPUT([ gdbus/Makefile common/Makefile src/Makefile - doc/Makefile sbc/Makefile plugins/Makefile network/Makefile @@ -52,8 +53,10 @@ AC_OUTPUT([ tools/Makefile rfcomm/Makefile compat/Makefile + scripts/Makefile cups/Makefile test/Makefile - scripts/Makefile + doc/Makefile + doc/version.xml bluez.pc ]) |