summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ovision/see/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/ovision/see/Makefile.defs')
-rw-r--r--2005/i/robert/src/ovision/see/Makefile.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/2005/i/robert/src/ovision/see/Makefile.defs b/2005/i/robert/src/ovision/see/Makefile.defs
index 92b9671..0f0e61a 100644
--- a/2005/i/robert/src/ovision/see/Makefile.defs
+++ b/2005/i/robert/src/ovision/see/Makefile.defs
@@ -2,7 +2,7 @@ PROGRAMS += test_ovision test_img test_group test_map test_ovisiontracker test_c
LIBS += $(ovision_OBJECTS)
LDFLAGS= -Wall -g -fprofile-arcs -ftest-coverage -fmessage-length=0
-ovision_OBJECTS = convertImg.o img.o oconfig.o ovision.o segm.o imgInterface.o colorTable.o segmTable.o segmLearn.o group.o magnifier.o #space.o map.o
+ovision_OBJECTS = convertImg.o img.o oconfig.o segmTable.o hotelling.o segm.o imgInterface.o colorTable.o segmTable.o segmLearn.o group.o magnifier.o #space.o map.o
test_img_OBJECTS = test_img.o img.o imgInterface.o oconfig.o $(image_OBJECTS)
test_hotelling_OBJECTS = test_hotelling.o hotelling.o oconfig.o
@@ -15,7 +15,7 @@ test_map_OBJECTS = test_map.o $(ovision_OBJECTS) $(image_OBJECTS)
test_dist_OBJECTS = test_dist.o $(ovision_OBJECTS)
test_colortable_OBJECTS = test_colortable.o oconfig.o segmTable.o imgInterface.o img.o segm.o segmLearn.o colorTable.o $(image_OBJECTS)
test_group_OBJECTS = test_group.o group.o img.o segm.o segmLearn.o oconfig.o imgInterface.o $(image_OBJECTS)
-test_magnifier_OBJECTS = test_magnifier.o magnifier.o group.o img.o segm.o segmLearn.o oconfig.o imgInterface.o $(image_OBJECTS)
+test_magnifier_OBJECTS = test_magnifier.o hotelling.o magnifier.o group.o img.o segm.o segmLearn.o oconfig.o imgInterface.o $(image_OBJECTS)
test_img: $(test_img_OBJECTS:%.o=%.o)
test_hotelling: $(test_hotelling_OBJECTS:%.o=%.o)