summaryrefslogtreecommitdiff
path: root/demos/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-10-04 16:39:44 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-10-04 16:39:44 +0000
commit502e5a8859b87b141f6f45b657769a77edea8493 (patch)
treee0fbf3a64a0dc47081ba2ba254bccf8e3a34abe4 /demos/Makefile.am
parent928c069883b807b67e964b90aa8dd3d5f9bc5bb2 (diff)
downloadgtk+-502e5a8859b87b141f6f45b657769a77edea8493.tar.gz
Fix copyrights
2000-10-04 Havoc Pennington <hp@redhat.com> * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Fix copyrights * demos/testpixbuf.c: add inline pixbuf test
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r--demos/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index eefb30f09e..13d3b26367 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -37,6 +37,11 @@ noinst_PROGRAMS = \
testpixbuf-scale \
pixbuf-demo
+BUILT_SOURCES=test-inline-pixbufs.h
+
+test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/make-inline-pixbuf apple-red.png gnome-foot.png
+ GDK_PIXBUF_MODULEDIR=$(top_builddir)/gdk-pixbuf/.libs $(top_builddir)/gdk-pixbuf/make-inline-pixbuf test-inline-pixbufs.h apple_red apple-red.png gnome_foot gnome-foot.png
+
testpixbuf_DEPENDENCIES = $(DEPS)
testpixbuf_drawable_DEPENDENCIES = $(DEPS)
testpixbuf_scale_DEPENDENCIES = $(DEPS)