summaryrefslogtreecommitdiff
path: root/2003
diff options
context:
space:
mode:
authorschodet2003-05-07 09:53:17 +0000
committerschodet2003-05-07 09:53:17 +0000
commite5287bcd6975507ce4f03b4dad082c3cdccf96ca (patch)
tree63d106a6076a4ae85a23fa9d3b8f66f5529d3f07 /2003
parent7cb23e3df87edac930162b50b97100b33fbc92af (diff)
Suppression de size_thresholds
Diffstat (limited to '2003')
-rw-r--r--2003/i/buzz/src/vision/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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)