Use $(top_builddir) instead of here-undefined $$topdir. (Problem reported

Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/stock-icons/Makefile.am (pixbuf_csource): Use
        $(top_builddir) instead of here-undefined $$topdir.
        (Problem reported by Jacob Berkman)
This commit is contained in:
Owen Taylor 2002-10-05 22:39:36 +00:00 committed by Owen Taylor
parent 7e924e4aa3
commit 8632229721
7 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Sat Oct 5 18:30:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (pixbuf_csource): Use
$(top_builddir) instead of here-undefined $$topdir.
(Problem reported by Jacob Berkman)
Sat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix

View File

@ -1,3 +1,9 @@
Sat Oct 5 18:30:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (pixbuf_csource): Use
$(top_builddir) instead of here-undefined $$topdir.
(Problem reported by Jacob Berkman)
Sat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix

View File

@ -1,3 +1,9 @@
Sat Oct 5 18:30:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (pixbuf_csource): Use
$(top_builddir) instead of here-undefined $$topdir.
(Problem reported by Jacob Berkman)
Sat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix

View File

@ -1,3 +1,9 @@
Sat Oct 5 18:30:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (pixbuf_csource): Use
$(top_builddir) instead of here-undefined $$topdir.
(Problem reported by Jacob Berkman)
Sat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix

View File

@ -1,3 +1,9 @@
Sat Oct 5 18:30:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (pixbuf_csource): Use
$(top_builddir) instead of here-undefined $$topdir.
(Problem reported by Jacob Berkman)
Sat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix

View File

@ -1,3 +1,9 @@
Sat Oct 5 18:30:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (pixbuf_csource): Use
$(top_builddir) instead of here-undefined $$topdir.
(Problem reported by Jacob Berkman)
Sat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix

View File

@ -262,7 +262,7 @@ CLEANFILES = $(noinst_DATA)
if CROSS_COMPILING
pixbuf_csource=$(GDK_PIXBUF_CSOURCE)
else
pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$$topdir/gdk-pixbuf/gdk-pixbuf.loaders $$topdir/gdk-pixbuf/gdk-pixbuf-csource
pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource
endif
gtkstockpixbufs.h: @REBUILD_PNGS@ $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(IMAGES)