diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-03-11 03:56:23 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-03-11 03:56:23 +0800 |
commit | 8bac92b3be8a6cc75b8d5ea6179b4258638a38ff (patch) | |
tree | c3af4f2824e25b2513b112a1a404ac7e8db4c4e3 | |
parent | 79e1b874551b7bbf50232a3540c02edbbf600649 (diff) | |
download | gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.tar gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.tar.gz gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.tar.bz2 gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.tar.lz gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.tar.xz gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.tar.zst gsoc2013-epiphany-8bac92b3be8a6cc75b8d5ea6179b4258638a38ff.zip |
Add SEED_LIBS when seed extensions are enabled.
svn path=/trunk/; revision=8870
-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 a7d42a402..2fc9924d3 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -150,6 +150,11 @@ GTKDOC_LIBS += \ $(PYGTK_LIBS) endif +if ENABLE_SEED +GTKDOC_LIBS += \ + $(SEED_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 = |