13 lines
689 B
Plaintext
13 lines
689 B
Plaintext
$OpenBSD: patch-demos_Makefile_in,v 1.2 2002/08/11 11:03:27 nino Exp $
|
|
--- demos/Makefile.in.orig Thu Aug 1 00:10:15 2002
|
|
+++ demos/Makefile.in Sun Aug 11 11:15:08 2002
|
|
@@ -974,7 +974,7 @@ maintainer-clean-generic clean mostlycle
|
|
test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource apple-red.png gnome-foot.png
|
|
(topdir=`cd $(top_builddir) && pwd` ; curdir=`pwd` ; \
|
|
cd $(srcdir) && \
|
|
- $(pixbuf_csource) --build-list \
|
|
+ LD_LIBRARY_PATH=$(top_builddir)/gdk-pixbuf/.libs $(pixbuf_csource) --build-list \
|
|
apple_red apple-red.png gnome_foot gnome-foot.png >$$curdir/test-inline-pixbufs.h)
|
|
$(testpixbuf_OBJECTS): test-inline-pixbufs.h
|
|
|