[monkey-bubble: 357/753] Add a $(srcdir) into the sed so we compile when builddir != srcdir.



commit 5cfae953eb08344fd5f23d2ed442a94c1aa9b200
Author: Peter Williams <peterw ximian com>
Date:   Sat Jun 2 13:53:17 2001 +0000

    Add a $(srcdir) into the sed so we compile when builddir != srcdir.
    
    2001-06-01  Peter Williams  <peterw ximian com>
    
           * pixmaps/Makefile.am (gnome-stock-pixbufs.h): Add
           a $(srcdir) into the sed so we compile when builddir !=
           srcdir.

 libgnomeui/ChangeLog           |    6 ++++++
 libgnomeui/pixmaps/Makefile.am |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/ChangeLog b/libgnomeui/ChangeLog
index 6819b29..812102e 100644
--- a/libgnomeui/ChangeLog
+++ b/libgnomeui/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-01  Peter Williams  <peterw ximian com>
+
+	* pixmaps/Makefile.am (gnome-stock-pixbufs.h): Add
+	a $(srcdir) into the sed so we compile when builddir !=
+	srcdir.
+
 2001-06-01  Martin Baulig  <baulig suse de>
 
 	* gnome-selector-client.c
diff --git a/libgnomeui/pixmaps/Makefile.am b/libgnomeui/pixmaps/Makefile.am
index 9d91207..616409f 100644
--- a/libgnomeui/pixmaps/Makefile.am
+++ b/libgnomeui/pixmaps/Makefile.am
@@ -102,5 +102,5 @@ CLEANFILES = $(BUILT_SOURCES)
 
 gnome-stock-pixbufs.h: @MAKE_INLINE_PIXBUF@ $(stock_images)
 	-rm -f gnome-stock-pixbufs.h
-	vars=`echo "$(stock_images)" | sed -e 's,stock_\([^\.]*\)\.png,stock_\1 stock_\1.png,g'`; @MAKE_INLINE_PIXBUF@ pixbufs-tmp $$vars && cat $(srcdir)/copyright.txt pixbufs-tmp > gnome-stock-pixbufs.h
+	vars=`echo "$(stock_images)" | sed -e 's,stock_\([^\.]*\)\.png,stock_\1 $(srcdir)/stock_\1.png,g'`; @MAKE_INLINE_PIXBUF@ pixbufs-tmp $$vars && cat $(srcdir)/copyright.txt pixbufs-tmp > gnome-stock-pixbufs.h
 	-rm -f pixbufs-tmp
\ No newline at end of file



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