aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-02 11:55:53 +0000
committerYang Tse <yangsita@gmail.com>2009-11-02 11:55:53 +0000
commit108b414bb86022a419b9f0346477b8fe64cad646 (patch)
tree77f5a68be4ff1f40979c22c0cfc30d232376ed9f /ares/Makefile.am
parentbe7af8beaa0c15ea83ac9d5496538185ba752db2 (diff)
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'ares/Makefile.am')
-rw-r--r--ares/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index 9a4925845..e8b702045 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS = -I m4
# $(top_builddir)/../lib is for libcurl's generated lib/curl_config.h file
# $(top_srcdir)/../lib is for libcurl's lib/setup.h and other "private" files
# $(top_builddir) is for c-ares's generated ares_config.h file
-# $(top_srcdir) is for c-ares's lib/setup.h and other "c-ares-private" files
+# $(top_srcdir) is for c-ares's ares_setup.h and other "c-ares-private" files
if CURLDEBUG
INCLUDES = -I$(top_builddir)/../include \