diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-13 09:01:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-13 09:01:15 +0000 |
commit | 6d70a827574f11c861830f811fec235dd6fd2c20 (patch) | |
tree | f70a8bdcd8c6b9ffc112d5e3e522e2b2d7f31f8c /lib/Makefile.am | |
parent | 47d52d4eca270c9aa211cf44ae31c8b54d29c10d (diff) | |
download | curl-6d70a827574f11c861830f811fec235dd6fd2c20.tar.gz |
Added two two missing header files I missed when I removed the noinst_HEADERS
Diffstat (limited to 'lib/Makefile.am')
-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 d1dc1910f..2284cbd34 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -92,7 +92,7 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h base64.h hostip.h \ inet_ntoa_r.h http_chunks.h strtok.h connect.h llist.h hash.h \ content_encoding.h share.h md5.h http_digest.h http_negotiate.h \ http_ntlm.h ca-bundle.h inet_pton.h strtoofft.h strerror.h \ - inet_ntop.h curlx.h memory.h + inet_ntop.h curlx.h memory.h setup.h transfer.h CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \ |