diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-01 19:16:02 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-01 19:16:02 +0800 |
commit | ec21235611931612f8518d9de7393bb287654062 (patch) | |
tree | 41d96c179b0effcf0d789a418b4538720995ca63 | |
parent | 7728f91a4045301b89eb6562ffd40ae15895482d (diff) | |
download | gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.tar gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.tar.gz gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.tar.bz2 gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.tar.lz gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.tar.xz gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.tar.zst gsoc2013-epiphany-ec21235611931612f8518d9de7393bb287654062.zip |
*** empty log message ***
-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 = |