From 8a6ceb1a6f1ac5603a933eb083299bf7401aa93d Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Thu, 5 Jul 2012 17:26:52 -0400 Subject: update the makefile to no longer depend on gsl --- fly-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly-tools/Makefile b/fly-tools/Makefile index 1952419..d564f55 100644 --- a/fly-tools/Makefile +++ b/fly-tools/Makefile @@ -1,7 +1,7 @@ CPPC = g++ CC = gcc CPPFLAGS = -O2 -Wall -s $(shell pkg-config --cflags --libs ImageMagick++ gsl) -CFLAGS = -O2 -Wall -s $(shell pkg-config --cflags --libs MagickWand gsl) +CFLAGS = -O2 -Wall -s $(shell pkg-config --cflags --libs MagickWand ) all: FilterFlyMask FlyTrackingMain mask-generator derive-background -- cgit v1.2.3