diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-05 22:39:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-05 22:39:36 +0000 |
commit | 86322297219129cb287a596adef6092438b9d094 (patch) | |
tree | 5d6aacdf28d47fc9b6008a27156db6f497739032 /gtk/stock-icons | |
parent | 7e924e4aa31f54b965565a76d3e71d2789e4ee9f (diff) | |
download | gtk+-86322297219129cb287a596adef6092438b9d094.tar.gz |
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)
Diffstat (limited to 'gtk/stock-icons')
-rw-r--r-- | gtk/stock-icons/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/stock-icons/Makefile.am b/gtk/stock-icons/Makefile.am index affe0eba19..030034dd4d 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -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) |