diff options
author | Felix Riemann <friemann@svn.gnome.org> | 2009-01-20 15:52:48 +0000 |
---|---|---|
committer | Felix Riemann <friemann@src.gnome.org> | 2009-01-20 15:52:48 +0000 |
commit | f0a0001517d5851f30f7263a5fa7324475c99b33 (patch) | |
tree | e906595091f9cc0a25a90b573481ceb2d7804176 /doc/reference | |
parent | e440e6fe35ce6b5c13fae39b740f32aa0f117e0b (diff) | |
download | eog-f0a0001517d5851f30f7263a5fa7324475c99b33.tar.gz |
Separate libxml from other library checks.
2009-01-20 Felix Riemann <friemann@svn.gnome.org>
* configure.ac: Separate libxml from other library checks.
* cut-n-paste/toolbar-editor/Makefile.am:
* doc/reference/Makefile.am:
Fix build error with -Wl,--as-needed. Fixes bug #568410.
svn path=/trunk/; revision=4963
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index a2bc834e..c49302d7 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -93,11 +93,6 @@ INCLUDES= \ -I$(top_srcdir)/cut-n-paste/totem-screensaver \ $(EOG_CFLAGS) -if ENABLE_PYTHON -BINDING_LIBS = $(top_builddir)/bindings/python/eog.la -MORE_GTKDOC_LIBS = $(PYTHON_LIBS) -endif - if ENABLE_JPEG jpeg_LIB = $(top_builddir)/jpegutils/libeog-jpegutils.la endif |