diff options
Diffstat (limited to 'lib')
-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 |