diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-15 13:35:16 -0500 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-17 19:28:32 -0500 |
commit | b68b5f3fc860af82c55ee10e2deaf46ca8e14273 (patch) | |
tree | 5625a2653533b00c47fbf85d42799ecd3ce8a409 /doc | |
parent | 1422f28e983e9117c40f8c62334bbbe1148314a7 (diff) | |
download | epiphany-b68b5f3fc860af82c55ee10e2deaf46ca8e14273.tar.gz |
docs: include NSS libs when appropiate
This fixes the build when docs are enabled.
Bug #604637
Diffstat (limited to 'doc')
-rw-r--r-- | 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 fe7dfef5c..f8a3205f5 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) |