diff options
-rw-r--r-- | doc/reference/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 72a8ca98e..2082f86f3 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -180,6 +180,10 @@ GTKDOC_LIBS = \ $(EPIPHANY_DEPENDENCY_LIBS) \ $(INTLLIBS) +if ENABLE_NAUTILUS_VIEW +GTKDOC_LIBS += $(NAUTILUS_DEPENDENCY_LIBS) +endif + # If you need to override some of the declarations, place them in the # $(DOC_MODULE)-overrides.txt file and uncomment the second line here. DOC_OVERRIDES = |