From e5287bcd6975507ce4f03b4dad082c3cdccf96ca Mon Sep 17 00:00:00 2001 From: schodet Date: Wed, 7 May 2003 09:53:17 +0000 Subject: Suppression de size_thresholds --- 2003/i/buzz/src/vision/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2003') diff --git a/2003/i/buzz/src/vision/GNUmakefile b/2003/i/buzz/src/vision/GNUmakefile index a4b5127..6527e4e 100644 --- a/2003/i/buzz/src/vision/GNUmakefile +++ b/2003/i/buzz/src/vision/GNUmakefile @@ -5,8 +5,8 @@ LDFLAGS = -L/usr/pkg/lib LDADD = -lnetpbm TARGETS = test_image vision.a -test_image_SOURCES = test_image.cc image.cc thresholds.cc size_thresholds.cc -vision_a_SOURCES = image.cc thresholds.cc size_thresholds.cc +test_image_SOURCES = test_image.cc image.cc thresholds.cc +vision_a_SOURCES = image.cc thresholds.cc all: $(TARGETS) -- cgit v1.2.3