summaryrefslogtreecommitdiff
path: root/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
commite391db0ef9f6b04c384a5ab045e5823bba825f7f (patch)
tree32f8c7c6fea4ddf1c6d252feb7b5e7b0b2f7bc7b /Makefile.am
parentf474f738a5a5096eaa8ca84577aa6c1e807e8e72 (diff)
downloadc-ares-e391db0ef9f6b04c384a5ab045e5823bba825f7f.tar.gz
c-ares-e391db0ef9f6b04c384a5ab045e5823bba825f7f.tar.bz2
c-ares-e391db0ef9f6b04c384a5ab045e5823bba825f7f.zip
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c5f546..302ac9d 100644
--- a/Makefile.am
+++ b/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