diff c/Makefile @ 136:0f790de9437e

renamed Feature to Motion files and added code to test blob db
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 18 Aug 2011 22:25:21 -0400
parents 63dd4355b6d1
children 445e773c9be3
line wrap: on
line diff
--- a/c/Makefile	Thu Aug 18 01:03:38 2011 -0400
+++ b/c/Makefile	Thu Aug 18 22:25:21 2011 -0400
@@ -64,7 +64,7 @@
 test:
 	echo "coucou $(HOME)"
 
-feature-based-tracking: feature-based-tracking.o cvutils.o Feature.o
+feature-based-tracking: feature-based-tracking.o cvutils.o Motion.o
 	$(CXX) $(CFLAGS) $(LIBS) $^ -o $(BUILD_DIR)/$@ $(LDFLAGS)
 
 track-features.o: track-features.cpp