summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-09-23 04:58:55 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-09-23 04:58:55 +0000
commitb11177d6b085248869d6482a04e94758b13f77b8 (patch)
tree666434adf8ab8a496a80b6b5c79c7c462c7a348e
parent9df3375f6154384cf4f939bf9ab441ca384fe839 (diff)
downloadgdk-pixbuf-GDK_PIXBUF_0_2.tar.gz
DEPENDENCIES is not needed for the test program - FedericoGDK_PIXBUF_0_2
-rw-r--r--gdk-pixbuf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index b79eb088e..7e12ec9ab 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -33,9 +33,9 @@ noinst_PROGRAMS = testpixbuf
DEPS = libgdk_pixbuf.la
INCLUDES = $(GNOME_INCLUDEDIR)
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
+
LDADDS = libgdk_pixbuf.la @GNOME_LIBDIR@ @GNOMEUI_LIBS@
-testpixbuf_DEPENDENCIES = $(DEPS)
testpixbuf_LDADD = $(LDADDS)
#