diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-13 17:11:22 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:26 +0200 |
commit | 46794cc65cf3514a6b042dffdd129091b1af6a4c (patch) | |
tree | 65268bfaddb6d99598155fe08ef1fc61fcfbfe0a /demos/Makefile.am | |
parent | 638e415a6dbf819e69193067a3e728c3d093e6a5 (diff) | |
download | gtk+-46794cc65cf3514a6b042dffdd129091b1af6a4c.tar.gz |
demos: Remove testpixbuf
Another test mainly utilizing inline pixbufs and GdkRGB, both of which
are kinda outdated.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 87aefa4aca..9fe2ddc33a 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -28,32 +28,18 @@ noinst_PROGRAMS = \ testpixbuf-scale \ pixbuf-demo -# Need to build test-inline-pixbufs.h for testpixbuf -noinst_PROGRAMS += testpixbuf -BUILT_SOURCES = test-inline-pixbufs.h - -test-inline-pixbufs.h: apple-red.png gnome-foot.png - $(GDK_PIXBUF_CSOURCE) --raw --build-list \ - apple_red $(srcdir)/apple-red.png \ - gnome_foot $(srcdir)/gnome-foot.png \ - > test-inline-pixbufs.h \ - || (rm -f test-inline-pixbufs.h && false) - -testpixbuf_DEPENDENCIES = $(DEPS) testpixbuf_save_DEPENDENCIES = $(DEPS) testpixbuf_color_DEPENDENCIES = $(DEPS) testpixbuf_scale_DEPENDENCIES = $(DEPS) testanimation_DEPENDENCIES = $(DEPS) pixbuf_demo_DEPENDENCIES = $(DEPS) -testpixbuf_LDADD = $(LDADDS) testpixbuf_save_LDADD = $(LDADDS) testpixbuf_color_LDADD = $(LDADDS) testpixbuf_scale_LDADD = $(LDADDS) testanimation_LDADD = $(LDADDS) pixbuf_demo_LDADD = $(LDADDS) -testpixbuf_SOURCES = testpixbuf.c pixbuf-init.c testpixbuf_save_SOURCES = testpixbuf-save.c testpixbuf_color_SOURCES = testpixbuf-color.c testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c @@ -71,6 +57,4 @@ EXTRA_DIST += \ gnome-gsame.png \ gnu-keys.png -DISTCLEANFILES = test-inline-pixbufs.h - -include $(top_srcdir)/git.mk |