summaryrefslogtreecommitdiff
path: root/demos/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-05-26 00:20:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-05-26 00:20:59 -0400
commit5a6bfa2674c5dd84e66738eca94d6c5d084d000d (patch)
treed73b1b61d4b35925b9e02a7b17d965eab3ee2f6f /demos/Makefile.am
parent7f6e51ba2f50f032baf284033c0a33f245fef1df (diff)
downloadgtk+-5a6bfa2674c5dd84e66738eca94d6c5d084d000d.tar.gz
Remove no-longer-needed pixbuf_init hack
Since gdk-pixbuf is now a separate project again, we no longer need to locate it inside our source tree.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r--demos/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index dfe3a7d752..ad306562f4 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -41,9 +41,9 @@ pixbuf_demo_LDADD = $(LDADDS)
testpixbuf_save_SOURCES = testpixbuf-save.c
testpixbuf_color_SOURCES = testpixbuf-color.c
-testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c
-testanimation_SOURCES = testanimation.c pixbuf-init.c
-pixbuf_demo_SOURCES = pixbuf-demo.c pixbuf-init.c
+testpixbuf_scale_SOURCES = testpixbuf-scale.c
+testanimation_SOURCES = testanimation.c
+pixbuf_demo_SOURCES = pixbuf-demo.c
EXTRA_DIST += \
apple-red.png \