summaryrefslogtreecommitdiff
path: root/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
commita82a8fbf821734dd5167ac2e83acfb4d6646e9fe (patch)
treef0bd19228067911dd26296a83d42ef80184c225b /Makefile.am
parentbfca740909d84f82638ed1a7a7e4e9da25a15994 (diff)
downloadc-ares-a82a8fbf821734dd5167ac2e83acfb4d6646e9fe.tar.gz
c-ares-a82a8fbf821734dd5167ac2e83acfb4d6646e9fe.tar.bz2
c-ares-a82a8fbf821734dd5167ac2e83acfb4d6646e9fe.zip
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a49258..e8b7020 100644
--- a/Makefile.am
+++ b/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 \