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.
This commit is contained in:
Matthias Clasen
2011-05-26 00:20:59 -04:00
parent 7f6e51ba2f
commit 5a6bfa2674
3 changed files with 3 additions and 10 deletions

View File

@ -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 \