aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.am
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-14 13:38:50 +0000
committerGunter Knauf <gk@gknw.de>2009-07-14 13:38:50 +0000
commit35c91f6ea939f9445e0b7905e48a32d86a066dd9 (patch)
treec31b8aef8f0c754fa782cc0a126c8613105c4ffc /ares/Makefile.am
parentf5f93540933db0508f7d1831d0b20c2bf6aa2594 (diff)
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.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 4c5f54623..302ac9d8e 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -15,7 +15,7 @@ ACLOCAL_AMFLAGS = -I m4
#
# $(top_builddir)/../include is for libcurl's generated curl/curlbuild.h file
# $(top_srcdir)/../include is for libcurl's external include files
-# $(top_builddir) is for c-ares's generated config.h file
+# $(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
if CURLDEBUG