From 10c97477f0a3ca8863bba42ec7c5a95985fe0313 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 28 May 2005 19:51:40 +0000 Subject: Add python libs when building with python bindings. Fixes bug #305767. 2005-05-28 Christian Persch * doc/reference/Makefile.am: Add python libs when building with python bindings. Fixes bug #305767. --- ChangeLog | 6 ++++++ doc/reference/Makefile.am | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index f8fdc6839..8aacf19ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-28 Christian Persch + + * doc/reference/Makefile.am: + + Add python libs when building with python bindings. Fixes bug #305767. + 2005-05-28 Jean-François Rameau * embed/mozilla/mozilla-embed-persist.cpp: (impl_save): diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 3ca2de29a..0967c9de4 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -167,6 +167,14 @@ GTKDOC_LIBS = \ $(EPIPHANY_DEPENDENCY_LIBS) \ $(INTLLIBS) +if ENABLE_PYTHON +GTKDOC_LIBS += \ + $(top_builddir)/src/libpyphany.la \ + $(PYTHON_LIB_LOC) $(PYTHON_LIBS) \ + $(PYTHON_EXTRA_LIBS) \ + $(PYGTK_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 = -- cgit v1.2.3