diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 16:19:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 16:19:01 +0000 |
commit | 837b7120a81a4a64ece4dc361efba656641d091f (patch) | |
tree | d6b210fd337e6643259f848918c8f0b46126b880 /demos/Makefile.am | |
parent | 671b3b0eb06ede434e5e64ff77e7444634cb59a1 (diff) | |
download | gtk+-837b7120a81a4a64ece4dc361efba656641d091f.tar.gz |
Revert inline-pixbuf changes until Tim comes back to fix missing files
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 5bcf5023cb..25eba72653 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -32,12 +32,10 @@ noinst_PROGRAMS = \ BUILT_SOURCES=test-inline-pixbufs.h -test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource apple-red.png gnome-foot.png +test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/make-inline-pixbuf apple-red.png gnome-foot.png (topdir=`cd $(top_builddir) && pwd` ; curdir=`pwd` ; \ - cd $(srcdir) && \ - GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs \ - $$topdir/gdk-pixbuf/gdk-pixbuf-csource --build-list \ - apple_red apple-red.png gnome_foot gnome-foot.png >$$curdir/test-inline-pixbufs.h) + cd $(srcdir) && \ + GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs $$topdir/gdk-pixbuf/make-inline-pixbuf $$curdir/test-inline-pixbufs.h apple_red apple-red.png gnome_foot gnome-foot.png) testpixbuf_DEPENDENCIES = $(DEPS) testpixbuf_drawable_DEPENDENCIES = $(DEPS) |