From 1cfc6385dd1def16ce809793ff6358eb69d6f770 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 26 Jul 2002 14:22:02 +0000 Subject: BMP image loader fixes. JPEG with Cygwin fix. Make sure that all generated files are removed with a "make distclean". Make sure we remove the autoconf cache directory when building the source distribution. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2551 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 77912d1c6..fdde6fc98 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.21 2002/07/15 23:38:11 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.22 2002/07/26 14:22:02 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -43,6 +43,7 @@ MKDIR = mkdir -p NROFF = @NROFF@ RM = rm -f RMDIR = rm -rf +SHELL = /bin/sh STRIP = strip # compiler names: @@ -129,5 +130,5 @@ CAT3EXT = @CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.21 2002/07/15 23:38:11 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.22 2002/07/26 14:22:02 easysw Exp $". # -- cgit v1.2.3