aboutsummaryrefslogtreecommitdiff
path: root/doc/reference/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/Makefile.in')
-rw-r--r--doc/reference/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in
index 5cdc8389..e8ed6f66 100644
--- a/doc/reference/Makefile.in
+++ b/doc/reference/Makefile.in
@@ -316,7 +316,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c and .h files beneath these paths
# for inline comments documenting functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk ../../../gdk
-DOC_SOURCE_DIR = ../../src
+DOC_SOURCE_DIR = ../../libcrystfel/src ../../src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS =
@@ -343,8 +343,8 @@ FIXXREF_OPTIONS =
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB = $(top_srcdir)/src/*.h
-CFILE_GLOB = $(top_srcdir)/src/*.c
+HFILE_GLOB = $(top_srcdir)/libcrystfel/src/*.h
+CFILE_GLOB = $(top_srcdir)/libcrystfel/src/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h