diff options
Diffstat (limited to 'docs/libnm-util/Makefile.am')
-rw-r--r-- | docs/libnm-util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libnm-util/Makefile.am b/docs/libnm-util/Makefile.am index f5c44ace8..17022310c 100644 --- a/docs/libnm-util/Makefile.am +++ b/docs/libnm-util/Makefile.am @@ -10,7 +10,9 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments # documenting functions and macros. -DOC_SOURCE_DIR=$(top_srcdir)/libnm-util +DOC_SOURCE_DIR= \ + $(top_builddir)/libnm-util \ + $(top_srcdir)/libnm-util # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS=--rebuild-types --rebuild-sections |