diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CC?=gcc | |||
8 | OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage | 8 | OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage |
9 | OPTS_production=-Os | 9 | OPTS_production=-Os |
10 | CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi | 10 | CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi |
11 | LDFLAGS+=-L../libowfat/ -lowfat | 11 | LDFLAGS+=-L../libowfat/ -lowfat -pthread |
12 | 12 | ||
13 | BINARY =opentracker | 13 | BINARY =opentracker |
14 | HEADERS=trackerlogic.h scan_urlencoded_query.h ot_mutex.h ot_stats.h ot_sync.h ot_vector.h ot_clean.h ot_udp.h ot_iovec.h ot_fullscrape.h ot_accesslist.h | 14 | HEADERS=trackerlogic.h scan_urlencoded_query.h ot_mutex.h ot_stats.h ot_sync.h ot_vector.h ot_clean.h ot_udp.h ot_iovec.h ot_fullscrape.h ot_accesslist.h |