diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-03-24 22:46:02 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-24 22:46:02 +0000 | 
| commit | dc9d0f256d9798822d65f1f709567b9e0669c119 (patch) | |
| tree | 5ff95f72b4bff1f43ae183d0b9c69d689402befb | |
| parent | b60d6404d80ca58293761fc31ccf34df95116339 (diff) | |
missed the new header file
| -rw-r--r-- | lib/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Makefile.am b/lib/Makefile.am index 943eec28f..199f26ca5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -75,7 +75,7 @@ libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c base64.c	\    content_encoding.c content_encoding.h share.c share.h http_digest.c	\    md5.c md5.h http_digest.h http_negotiate.c http_negotiate.h		\    http_ntlm.c http_ntlm.h ca-bundle.h inet_pton.c inet_pton.h		\ -  strtoofft.c strtoofft.h curl_strerror.c +  strtoofft.c strtoofft.h curl_strerror.c curl_strerror.h  noinst_HEADERS = setup.h transfer.h | 
