diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 142bc02c64..a78c513237 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2000-01-31 Havoc Pennington + + * gdk-pixbuf/Makefile.am (noinst_PROGRAMS): no testpixbuf-foo target + Mon Jan 31 12:38:50 2000 Owen Taylor * gdk-pixbuf/pixops/pixops.c (scale_line): Fix from Peter diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 1030e1ffde..deae075fe3 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -54,7 +54,7 @@ libexec_LTLIBRARIES = \ $(PNM_LIB) \ $(BMP_LIB) -noinst_PROGRAMS = testpixbuf testpixbuf-drawable testanimation testpixbuf-scale testpixbuf-foo +noinst_PROGRAMS = testpixbuf testpixbuf-drawable testanimation testpixbuf-scale DEPS = libgdk_pixbuf.la INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ @@ -74,7 +74,6 @@ else testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) testpixbuf_scale_LDADD = $(LDADDS) $(GNOME_LIBS) -testpixbuf_foo_LDADD = $(LDADDS) $(GNOME_LIBS) testanimation_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule endif