diff options
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 75fcbe5d79..87aefa4aca 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -22,7 +22,6 @@ LDADDS = \ $(MATH_LIB) noinst_PROGRAMS = \ - testpixbuf-drawable \ testanimation \ testpixbuf-color \ testpixbuf-save \ @@ -41,7 +40,6 @@ test-inline-pixbufs.h: apple-red.png gnome-foot.png || (rm -f test-inline-pixbufs.h && false) testpixbuf_DEPENDENCIES = $(DEPS) -testpixbuf_drawable_DEPENDENCIES = $(DEPS) testpixbuf_save_DEPENDENCIES = $(DEPS) testpixbuf_color_DEPENDENCIES = $(DEPS) testpixbuf_scale_DEPENDENCIES = $(DEPS) @@ -49,7 +47,6 @@ testanimation_DEPENDENCIES = $(DEPS) pixbuf_demo_DEPENDENCIES = $(DEPS) testpixbuf_LDADD = $(LDADDS) -testpixbuf_drawable_LDADD = $(LDADDS) testpixbuf_save_LDADD = $(LDADDS) testpixbuf_color_LDADD = $(LDADDS) testpixbuf_scale_LDADD = $(LDADDS) @@ -57,7 +54,6 @@ testanimation_LDADD = $(LDADDS) pixbuf_demo_LDADD = $(LDADDS) testpixbuf_SOURCES = testpixbuf.c pixbuf-init.c -testpixbuf_drawable_SOURCES = testpixbuf-drawable.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 |