diff options
author | erdgeist <> | 2007-01-03 05:11:48 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-03 05:11:48 +0000 |
commit | e0a9c2a4aa4fc6b648ae20071c35797c4a103e42 (patch) | |
tree | 246048aacb395db5c747fc4da260d6abf1f9b99f /Makefile | |
parent | f40b373c3b289687872269e4b931ada7044dc0d2 (diff) |
Added option to get ip from query string + parser, fixed two bugs concerning grow/shrink of vectors. Now cleans up a torrent BEFORE trying to remove a peer -> this may remove peer already and must be done anyway.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | CC?=gcc | 1 | CC?=gcc |
2 | CFLAGS+=-I../libowfat -Wall -pipe -Os | 2 | CFLAGS+=-I../libowfat -Wall -pipe -Os # -DWANT_IP_FROM_QUERY_STRING -g -ggdb |
3 | LDFLAGS+=-L../libowfat/ -lowfat -s -lm | 3 | LDFLAGS+=-L../libowfat/ -lowfat -s -lm |
4 | 4 | ||
5 | HEADERS=trackerlogic.h scan_urlencoded_query.h | 5 | HEADERS=trackerlogic.h scan_urlencoded_query.h |