diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 07:19:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 07:19:58 +0000 |
commit | 1175a226e3c131224c407073c47910a0b87b403c (patch) | |
tree | 787ab1d67b9245f0437ff81f76a282dccb1cddc4 | |
parent | 358b72bb12f37ffc31d06be74cd50764e9e5d48e (diff) |
curlx.h is a header to add to the release archive(s)
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5ef17ecf7..7a3365971 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -94,7 +94,8 @@ libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c base64.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 strerror.c strerror.h hostares.c hostasyn.c \ - hostip4.c hostip6.c hostsyn.c hostthre.c inet_ntop.c inet_ntop.h + hostip4.c hostip6.c hostsyn.c hostthre.c inet_ntop.c inet_ntop.h \ + curlx.h noinst_HEADERS = setup.h transfer.h |