diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-07-05 17:26:52 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-07-05 17:26:52 -0400 |
commit | 8a6ceb1a6f1ac5603a933eb083299bf7401aa93d (patch) | |
tree | 57c17aa18f9f34f5c1980ac1159917a0315a92f2 /fly-tools/Makefile | |
parent | b75077e5c56fb259699c9f7ee610ef7657675cef (diff) |
update the makefile to no longer depend on gsl
Diffstat (limited to 'fly-tools/Makefile')
-rw-r--r-- | fly-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |