aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-01-21 05:35:08 +0000
committerYang Tse <yangsita@gmail.com>2008-01-21 05:35:08 +0000
commit3caeb0a91fbf7dfbae5a42257f225f9a9304256c (patch)
tree7dca683340c93bd308c4d5eafa048613b3f53cb6 /tests/libtest/Makefile.am
parenta4eddf0d0dfb556f26201cc264a080f38e868f09 (diff)
undo using internal *printf() clones for test #530
Diffstat (limited to 'tests/libtest/Makefile.am')
-rw-r--r--tests/libtest/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index a13f2454d..a808a673f 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -30,7 +30,6 @@ AUTOMAKE_OPTIONS = foreign nostdinc
# setup.h file
INCLUDES = -I$(top_srcdir)/include/curl \
- -I$(top_srcdir)/include \
-I$(top_builddir)/lib \
-I$(top_srcdir)/lib
@@ -40,7 +39,6 @@ EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl
# files used only in some libcurl test programs
TESTUTIL = testutil.c testutil.h
-MPRINTF = $(top_srcdir)/lib/mprintf.c $(top_srcdir)/lib/mprintf.h
# these files are used in every single test program below
SUPPORTFILES = first.c test.h
@@ -116,7 +114,7 @@ lib527_CFLAGS = -DLIB527
lib529_SOURCES = lib525.c $(SUPPORTFILES) $(TESTUTIL)
lib529_CFLAGS = -DLIB529
-lib530_SOURCES = lib530.c $(SUPPORTFILES) $(TESTUTIL) $(MPRINTF)
+lib530_SOURCES = lib530.c $(SUPPORTFILES) $(TESTUTIL)
lib530_CFLAGS = -DLIB530
lib532_SOURCES = lib526.c $(SUPPORTFILES) $(TESTUTIL)