summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2007-12-03 01:01:37 +0000
committererdgeist <>2007-12-03 01:01:37 +0000
commit598b68561b4a290fc0eed486aa2f74042b5e7af7 (patch)
tree8fb270036a32766ef2ed7edf977ebe0edec1d220 /Makefile
parentec5421cec1207d70f09d7cabc371780e30705b9a (diff)
Introduce new ot_http.c and ot_http.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45c2ef4..3a5ac12 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi
13LDFLAGS+=-L../libowfat/ -lowfat -pthread -lz 13LDFLAGS+=-L../libowfat/ -lowfat -pthread -lz
14 14
15BINARY =opentracker 15BINARY =opentracker
16HEADERS=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 16HEADERS=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
17SOURCES=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 17SOURCES=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
19OBJECTS = $(SOURCES:%.c=%.o) 19OBJECTS = $(SOURCES:%.c=%.o)
20OBJECTS_debug = $(SOURCES:%.c=%.debug.o) 20OBJECTS_debug = $(SOURCES:%.c=%.debug.o)