From dea9e56f5da3a1e4cafa6d92443d023dcdea2a52 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 9 Jan 2002 11:17:54 +0000 Subject: [PATCH] when disabling jpeg2swf, make also a "clean" target. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 41c98ab..931a48b 100644 --- a/configure.in +++ b/configure.in @@ -113,6 +113,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then rm -f pdf2swf/Makefile echo all: > pdf2swf/Makefile echo install: >> pdf2swf/Makefile + echo clean: >> pdf2swf/Makefile if test "x${DISABLEJPEG2SWF}" = "xtrue"; then echo "Disabling jpeg2swf tool..." export JPEG2SWF= -- 1.7.10.4