summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@eazel.com>2000-06-20 16:26:35 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-06-20 16:26:35 +0000
commita5e37b99c4d6a1d8a9aeb140cabc7cac0938c563 (patch)
treeb30c3f251b9c45609aa1693dd5824df6e380ff36 /librsvg
parent0d05aea1fceea2e0dfe32c75464f6e03fdd27c2c (diff)
downloadnautilus-a5e37b99c4d6a1d8a9aeb140cabc7cac0938c563.tar.gz
Remove the GNOMECANVASPIXBUF depedency. Its not used no more.
2000-06-20 Ramiro Estrugo <ramiro@eazel.com> * configure.in: * libnautilus-extensions/Makefile.am: * libnautilus/Makefile.am: * librsvg/Makefile.am: * nautilus-installer/src/Makefile: * src/Makefile.am: * src/file-manager/Makefile.am: * test/Makefile.am: Remove the GNOMECANVASPIXBUF depedency. Its not used no more.
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/librsvg/Makefile.am b/librsvg/Makefile.am
index 8b69c3ea1..5fa7a1a5f 100644
--- a/librsvg/Makefile.am
+++ b/librsvg/Makefile.am
@@ -3,7 +3,6 @@ NULL=
bin_PROGRAMS=test-rsvg
test_rsvg_LDADD =\
- $(GNOMECANVASPIXBUF_LIBS) \
$(GNOMEUI_LIBS) \
librsvg.la
@@ -11,7 +10,6 @@ lib_LTLIBRARIES=librsvg.la
INCLUDES=-I$(top_srcdir) -I$(top_builddir) \
$(GNOME_CFLAGS) \
- $(GNOMECANVASPIXBUF_INCLUDEDIR) \
$(GDK_PIXBUF_CFLAGS) \
$(XML_CFLAGS) \
$(WERROR) \
@@ -19,7 +17,6 @@ INCLUDES=-I$(top_srcdir) -I$(top_builddir) \
librsvg_la_LDFLAGS=\
$(GNOME_LIBS) \
- $(GNOMECANVASPIXBUF_LIBS) \
$(GDK_PIXBUF_LIBS) \
$(XML_LIBS) \
$(LIBPNG)