summaryrefslogtreecommitdiff
path: root/test
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 /test
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 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 160bf1131..0367beace 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -10,7 +10,6 @@ INCLUDES =\
$(OAF_CFLAGS) \
$(GCONF_CFLAGS) \
$(GNOMEUI_CFLAGS) \
- $(GNOMECANVASPIXBUF_INCLUDEDIR) \
$(VFS_CFLAGS) \
$(XML_CFLAGS) \
-DVERSION="\"$(VERSION)\"" \
@@ -27,7 +26,6 @@ LDADD =\
$(OAF_LIBS) \
$(GCONF_LIBS) \
$(GNOMEUI_LIBS) \
- $(GNOMECANVASPIXBUF_LIBS) \
$(VFS_LIBS) \
$(XML_LIBS) \
$(NULL)