aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-16 14:08:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-16 14:08:59 +0000
commit22adcb9cd1d99858f10e55dc140ceb19d382eee5 (patch)
tree5518ef7d94cddf697d837d7fb28580a2da19af41 /lib/Makefile.am
parent597c1fe6bc06b367ed3fa1686291e13f3177e5fe (diff)
password promting support removed from libcurl
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 63ca2c4c7..e09e921a5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -64,13 +64,13 @@ endif
libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(ARESLIB)
-libcurl_la_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c \
+libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c \
base64.c file.h hostip.c progress.c timeval.h base64.h formdata.c \
hostip.h progress.h cookie.c formdata.h http.c sendf.c cookie.h ftp.c \
http.h sendf.h url.c dict.c ftp.h if2ip.c speedcheck.c url.h dict.h \
getdate.c if2ip.h speedcheck.h urldata.h getdate.h ldap.c ssluse.c \
version.c getenv.c ldap.h ssluse.h escape.c mprintf.c telnet.c escape.h \
-getpass.c netrc.c telnet.h getinfo.c getinfo.h transfer.c strequal.c \
+netrc.c telnet.h getinfo.c getinfo.h transfer.c strequal.c \
strequal.h easy.c security.h security.c krb4.c krb4.h memdebug.c \
memdebug.h inet_ntoa_r.h http_chunks.c http_chunks.h strtok.c strtok.h \
connect.c connect.h llist.c llist.h hash.c hash.h multi.c \