From b11177d6b085248869d6482a04e94758b13f77b8 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 23 Sep 1999 04:58:55 +0000 Subject: [PATCH] DEPENDENCIES is not needed for the test program - Federico --- gdk-pixbuf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index b79eb088e7..7e12ec9ab6 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) #