[monkey-bubble: 493/753] Change MAKE_INLINE_PIXBUF to GDK_PIXBUF_CSOURCE



commit 1a8abdeb3d52410c516cca7205ad6f1bf1781f24
Author: Cody Russell <bratsche src gnome org>
Date:   Thu Jun 28 16:41:33 2001 +0000

    Change MAKE_INLINE_PIXBUF to GDK_PIXBUF_CSOURCE

 libgnomeui/pixmaps/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/pixmaps/Makefile.am b/libgnomeui/pixmaps/Makefile.am
index dd5767a..a2036f0 100644
--- a/libgnomeui/pixmaps/Makefile.am
+++ b/libgnomeui/pixmaps/Makefile.am
@@ -103,6 +103,6 @@ CLEANFILES = $(BUILT_SOURCES)
 gnome-stock-pixbufs.h: @GDK_PIXBUF_CSOURCE@ $(stock_images)
 	-rm -f gnome-stock-pixbufs.h
 	var=`echo "$(stock_images)" | sed -e 's,stock_\([^\.]*\)\.png,stock_\1 $(srcdir)/stock_\1.png,g'` ; \
-	   @MAKE_INLINE_PIXBUF@ --raw --build-list $$var > pixbufs-tmp && \
+	   @GDK_PIXBUF_CSOURCE@ --raw --build-list $$var > pixbufs-tmp && \
 	   cat $(srcdir)/copyright.txt pixbufs-tmp > gnome-stock-pixbufs.h
 	-rm -f pixbufs-tmp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]