diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-16 15:31:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-16 15:31:42 +0000 |
commit | 476d48ddd1a3c0916e32885caeb02cf13dcfcf6f (patch) | |
tree | 894b52a609182a2ab85c3caeb1a398c88165ba96 /gtk/stock-icons | |
parent | 37d1686ac675d096657a2559270b82c09654a6cd (diff) | |
download | gtk+-476d48ddd1a3c0916e32885caeb02cf13dcfcf6f.tar.gz |
Add gtkstockpixbufs.h.
Wed Jan 16 10:18:42 2002 Owen Taylor <otaylor@redhat.com>
* gtk/stock-icons/Makefile.am (EXTRA_DIST): Add
gtkstockpixbufs.h.
* configure.in: Make TIFF, JPEG, PNG loaders mandatory
unless you configure with --without-libtiff, etc.
(#54045, Brian Cameron)
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 41a3aeb13e..6f7d283ff2 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -160,4 +160,4 @@ gtkstockpixbufs.h: $(pixbuf_dir)/gdk-pixbuf-csource $(IMAGES) GDK_PIXBUF_MODULEDIR=$(pixbuf_dir)/.libs \ $(pixbuf_dir)/gdk-pixbuf-csource --raw --build-list $(VARIABLES) >$(srcdir)/gtkstockpixbufs.h -EXTRA_DIST = $(IMAGES) +EXTRA_DIST = $(IMAGES) gtkstockpixbufs.h |