--- a/Makefile.am Fri Oct 24 03:48:40 2008 +0000 +++ b/Makefile.am Sun Oct 26 00:52:32 2008 +0000 @@ -21,7 +21,7 @@ @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \ - for pixmap in $(srcdir)/pixmaps/*.png; do \ + for pixmap in $(srcdir)/pixmaps/*.png $(srcdir)/pixmaps/*.gif; do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \ fi \