mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
7e924e4aa3
commit
8632229721
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user