diff c/Makefile @ 401:b829ebdc18e6

simplified input of directories of video frames (simply use the video filename parameter to point at the directory)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 29 Jul 2013 18:58:05 -0400
parents 7ef1071e3cc3
children 27f14b99f5a8
line wrap: on
line diff
--- a/c/Makefile	Mon Jul 29 18:06:55 2013 -0400
+++ b/c/Makefile	Mon Jul 29 18:58:05 2013 -0400
@@ -10,8 +10,7 @@
 
 LDFLAGS = -lm
 LDFLAGS += -lTrajectoryManagementAndAnalysis -lsqlite3
-LDFLAGS += -lboost_program_options
-# -lboost_filesystem-mt -lboost_system-mt
+LDFLAGS += -lboost_program_options -lboost_filesystem -lboost_system
 #LDFLAGS += -lfltk
 
 CFLAGS = -Wall -W -Wextra