diff options
author | erdgeist <> | 2007-12-03 01:01:37 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-03 01:01:37 +0000 |
commit | 598b68561b4a290fc0eed486aa2f74042b5e7af7 (patch) | |
tree | 8fb270036a32766ef2ed7edf977ebe0edec1d220 /Makefile | |
parent | ec5421cec1207d70f09d7cabc371780e30705b9a (diff) |
Introduce new ot_http.c and ot_http.h
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) |