]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Introduce new ot_http.c and ot_http.h
authorerdgeist <>
Mon, 3 Dec 2007 01:01:37 +0000 (01:01 +0000)
committererdgeist <>
Mon, 3 Dec 2007 01:01:37 +0000 (01:01 +0000)
Makefile

index 45c2ef4446b36cc1593f31cb5a4873df80010abb..3a5ac12b3f3bfaeca3b8af89ee17d080402bff51 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi
 LDFLAGS+=-L../libowfat/ -lowfat -pthread -lz
 
 BINARY =opentracker
-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
-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
+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
+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
 
 OBJECTS = $(SOURCES:%.c=%.o)
 OBJECTS_debug = $(SOURCES:%.c=%.debug.o)