diff c/Makefile @ 127:d19d6e63dd77

simple feature tracking and drawing working
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 17 Aug 2011 01:25:13 -0400
parents c4d4b5b93add
children 4742b2b6d851
line wrap: on
line diff
--- a/c/Makefile	Wed Aug 17 00:20:31 2011 -0400
+++ b/c/Makefile	Wed Aug 17 01:25:13 2011 -0400
@@ -62,7 +62,7 @@
 test:
 	echo "coucou $(HOME)"
 
-feature-based-tracking: feature-based-tracking.o
+feature-based-tracking: feature-based-tracking.o cvutils.o
 	$(CXX) $(CFLAGS) $(LIBS) $^ -o $(BUILD_DIR)/$@ $(LDFLAGS)
 
 track-features.o: track-features.cpp