Updated makefiles (some didn't include ntlm.o)

Darwin uses libcrypto, not libssl


git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@91 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Mark Janssen 2006-02-06 12:46:07 +00:00
parent f51bdbda82
commit 74e69f90e7
5 changed files with 7 additions and 2 deletions

View file

@ -13,6 +13,7 @@ OBJ = proxytunnel.o \
base64.o \
io.o \
http.o \
ntlm.o \
basicauth.o \
messages.o \
cmdline.o

View file

@ -3,8 +3,8 @@
# Please uncomment the appropriate settings
CC ?= gcc
CFLAGS ?= -Wall -DDARWIN
LDFLAGS ?= -lssl
CFLAGS ?= -Wall -DDARWIN -DHAVE_GETOPT_LONG
LDFLAGS ?= -lcrypto
INSTALLPATH ?= $(DESTDIR)/usr/local/bin
MANPATH ?= $(DESTDIR)/usr/local/man/man1
@ -12,6 +12,7 @@ PROGNAME = proxytunnel
OBJ = proxytunnel.o \
base64.o \
io.o \
ntlm.o \
http.o \
basicauth.o \
messages.o \

View file

@ -12,6 +12,7 @@ OBJ = proxytunnel.o \
base64.o \
io.o \
http.o \
ntlm.o \
basicauth.o \
messages.o \
cmdline.o

View file

@ -13,6 +13,7 @@ OBJ = proxytunnel.o \
base64.o \
io.o \
http.o \
ntlm.o \
basicauth.o \
messages.o \
cmdline.o

View file

@ -12,6 +12,7 @@ OBJ = proxytunnel.o \
base64.o \
io.o \
http.o \
ntlm.o \
basicauth.o \
messages.o \
cmdline.o