summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2006-12-16 13:23:12 +0000
committererdgeist <>2006-12-16 13:23:12 +0000
commitb7526f25e86f79eadfac5e98ae395e337fa74757 (patch)
treeb194470a7ffbfa89a0c5d2cefa1d4a9bfaa74a19 /Makefile
parentde03db7dcdee85606dc9fd3bcba0080aadbdf950 (diff)
Fixed two mem leaks from httpd :/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bff7daf..f2c65c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1CC?=gcc 1CC?=gcc
2CFLAGS+=-I../libowfat -Wall -pipe -O2 2CFLAGS+=-I../libowfat -Wall -pipe -Os
3LDFLAGS+=-L../libowfat/ -lowfat -s -lm 3LDFLAGS+=-L../libowfat/ -lowfat -s
4 4
5HEADERS=trackerlogic.h scan_urlencoded_query.h 5HEADERS=trackerlogic.h scan_urlencoded_query.h
6SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c 6SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c