summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2008-09-04 13:50:49 +0200
committerDaniel Drake <dsd@gentoo.org>2008-11-02 15:05:47 +0000
commitd25b566b3b8febafdda4211de724b4727dd4b7e0 (patch)
treee7537fd681fff5737265a40adcf83f70059afe6d /configure.ac
parent8674c67ef78e1cf89db1fa584a4304f7c5ddcc5f (diff)
downloadlibusb-d25b566b3b8febafdda4211de724b4727dd4b7e0.tar.gz
Support for out-of-tree building
Contrary to libusb 0.1, libusb 1.0 does not support out-of-tree building for the documentation part. This patch fixes that by using a doxygen.cfg.in file, which contains @top_srcdir@ to refer to the location of the libusb source code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eedd98e..72689b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,6 +65,6 @@ AC_DEFINE([API_EXPORTED], [__attribute__((visibility("default")))], [Default vis
AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
AC_SUBST(AM_CFLAGS)
-AC_CONFIG_FILES([libusb-1.0.pc] [Makefile] [libusb/Makefile] [examples/Makefile] [doc/Makefile])
+AC_CONFIG_FILES([libusb-1.0.pc] [Makefile] [libusb/Makefile] [examples/Makefile] [doc/Makefile] [doc/doxygen.cfg])
AC_OUTPUT