aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-29 03:51:40 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-29 03:51:40 +0800
commit10c97477f0a3ca8863bba42ec7c5a95985fe0313 (patch)
treee77314bb1f102a39f697791355b9ec333bb8642a /doc
parented4d0f2ebcedabd15ebeb73408b69cd314fd1e86 (diff)
downloadgsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.tar
gsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.tar.gz
gsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.tar.bz2
gsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.tar.lz
gsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.tar.xz
gsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.tar.zst
gsoc2013-epiphany-10c97477f0a3ca8863bba42ec7c5a95985fe0313.zip
Add python libs when building with python bindings. Fixes bug #305767.
2005-05-28 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Add python libs when building with python bindings. Fixes bug #305767.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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 =