[epiphany] docs: include NSS libs when appropiate



commit b68b5f3fc860af82c55ee10e2deaf46ca8e14273
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Tue Dec 15 13:35:16 2009 -0500

    docs: include NSS libs when appropiate
    
    This fixes the build when docs are enabled.
    
    Bug #604637

 doc/reference/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index fe7dfef..f8a3205 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -137,6 +137,11 @@ GTKDOC_LIBS = \
 	$(DBUS_LIBS) \
 	$(LIBINTL)
 
+if ENABLE_NSS
+GTKDOC_LIBS += \
+	$(NSS_LIBS)
+endif
+
 if ENABLE_SEED
 GTKDOC_LIBS += \
 	$(SEED_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]