diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-05-05 00:59:42 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-05-05 00:59:42 +0000 |
commit | d269c210c57dca4c94dfc3e226aa4c76ba8f9f0a (patch) | |
tree | 921c116b8deff69ee200b1f1b8079200b03f3870 /gdk-pixbuf/Makefile.am | |
parent | b2a75ec3372ba38e52e19bee69b363b3a1ae438c (diff) | |
download | gtk+-d269c210c57dca4c94dfc3e226aa4c76ba8f9f0a.tar.gz |
image files for testing pixbuf loaders the old test-loaders.c split into
Sun May 5 02:22:59 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* tests/test-images/*: image files for testing pixbuf loaders
* tests/pixbuf-*.c: the old test-loaders.c split into four
different programs
* tests/Makefile.am: add new pixbuf tests
Sun May 5 02:27:01 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* Makefile.am (noinst_PROGRAMS): remove test-loaders (moved to
gtk+/tests/)
* test-loaders.c, test-images.h: remove
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 7a6b2a2d1c..97deb965df 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -229,10 +229,8 @@ INCLUDES = @STRIP_BEGIN@ \ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\"" LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la -noinst_PROGRAMS = test-gdk-pixbuf test-loaders +noinst_PROGRAMS = test-gdk-pixbuf test_gdk_pixbuf_LDADD = $(LDADDS) -test_loaders_LDADD = $(LDADDS) -test_loaders_SOURCES = test-loaders.c test-images.h bin_PROGRAMS = gdk-pixbuf-csource gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c |