diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-10 14:58:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-10 14:58:38 +0000 |
commit | 5dc02d53c3edebab7597cd4ada446273e3a6daa8 (patch) | |
tree | 94cb0df7c4b26bf8f0a012c8e01f87fe3491f2d9 /hiper/Makefile | |
parent | 0598547b58496d9165787c49d922333f00b82ed2 (diff) |
This no longer needs the extra define!
Diffstat (limited to 'hiper/Makefile')
-rw-r--r-- | hiper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hiper/Makefile b/hiper/Makefile index fec8b065c..20d1f1d2a 100644 --- a/hiper/Makefile +++ b/hiper/Makefile @@ -5,7 +5,7 @@ LDFLAGS = -lcrypt -lidn -lssl -lcrypto -ldl -lz -lresolv -L../ares/.libs -lcares LIBCURL = -L../lib/.libs/ -lcurl -CFLAGS = -I../include -g -DHAVE_CURL_MULTI_SOCKET +CFLAGS = -I../include -g all: shiper hiper ulimiter |