diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi | |||
13 | LDFLAGS+=-L../libowfat/ -lowfat -pthread -lz | 13 | LDFLAGS+=-L../libowfat/ -lowfat -pthread -lz |
14 | 14 | ||
15 | BINARY =opentracker | 15 | BINARY =opentracker |
16 | 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 | 16 | 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 ot_http.h |
17 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c ot_mutex.c ot_stats.c ot_sync.c ot_vector.c ot_clean.c ot_udp.c ot_iovec.c ot_fullscrape.c ot_accesslist.c | 17 | SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c ot_mutex.c ot_stats.c ot_sync.c ot_vector.c ot_clean.c ot_udp.c ot_iovec.c ot_fullscrape.c ot_accesslist.c ot_http.c |
18 | 18 | ||
19 | OBJECTS = $(SOURCES:%.c=%.o) | 19 | OBJECTS = $(SOURCES:%.c=%.o) |
20 | OBJECTS_debug = $(SOURCES:%.c=%.debug.o) | 20 | OBJECTS_debug = $(SOURCES:%.c=%.debug.o) |