diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-05 14:54:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-05 14:54:15 +0000 |
commit | 5f0cba7775e5c1ec67efe6c2775bc0ef166d27d5 (patch) | |
tree | df973f3fec7f8be1ca3395797a4fa87dfc65db41 | |
parent | 673759fe7e446597c5ad2a208ed6bc3eb72ad7a1 (diff) |
added README.ares
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index ffa6be2b1..33e42eaaf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,10 +5,10 @@ AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32 \ - Makefile.vc6 Makefile.riscos libcurl.def curllib.dsp \ + Makefile.vc6 Makefile.riscos libcurl.def curllib.dsp \ curllib.dsw config-vms.h config-win32.h config-riscos.h config-mac.h \ - config.h.in ca-bundle.crt README.encoding README.memoryleak \ - makefile.dj config.dj + config.h.in ca-bundle.crt README.encoding README.memoryleak \ + README.ares makefile.dj config.dj lib_LTLIBRARIES = libcurl.la |