diff options
-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 = |