diff c/Makefile @ 129:4742b2b6d851

created basic feature saving code
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 17 Aug 2011 17:14:00 -0400
parents d19d6e63dd77
children 63dd4355b6d1
line wrap: on
line diff
--- a/c/Makefile	Wed Aug 17 02:44:28 2011 -0400
+++ b/c/Makefile	Wed Aug 17 17:14:00 2011 -0400
@@ -62,7 +62,7 @@
 test:
 	echo "coucou $(HOME)"
 
-feature-based-tracking: feature-based-tracking.o cvutils.o
+feature-based-tracking: feature-based-tracking.o cvutils.o Feature.o
 	$(CXX) $(CFLAGS) $(LIBS) $^ -o $(BUILD_DIR)/$@ $(LDFLAGS)
 
 track-features.o: track-features.cpp