aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-15 05:46:49 +0000
committerYang Tse <yangsita@gmail.com>2008-07-15 05:46:49 +0000
commit1e7125ae7b7e83fc5f86fa6d0ac7038865eacf1f (patch)
treeb1a493326b67606e90dcb4fc6109bab756fe7a36 /tests/server/Makefile.am
parentaa4a7471dd159d7a3b7cfc8dd3e706e0223afa9b (diff)
add comment for include paths
Diffstat (limited to 'tests/server/Makefile.am')
-rw-r--r--tests/server/Makefile.am14
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am
index f2a6a48a3..d7536cfe3 100644
--- a/tests/server/Makefile.am
+++ b/tests/server/Makefile.am
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -20,10 +20,16 @@
#
# $Id$
###########################################################################
+AUTOMAKE_OPTIONS = foreign nostdinc
-
-
-AUTOMAKE_OPTIONS = foreign
+# Specify our include paths here, and do it relative to $(top_srcdir) and
+# $(top_builddir), to ensure that these paths which belong to the library
+# being currently built and tested are searched before the library which
+# might possibly already be installed in the system.
+#
+# $(top_srcdir)/include is for libcurl's external include files
+# $(top_builddir)/lib is for libcurl's generated lib/config.h file
+# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
INCLUDES = -I$(top_srcdir)/include \
-I$(top_builddir)/lib \