diff options
author | Yang Tse <yangsita@gmail.com> | 2010-08-07 17:39:36 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-08-07 17:39:36 +0200 |
commit | af4eae77acd6d5d353c583b2616903b7c865daea (patch) | |
tree | c168be6777b42cb8731b08c006389fb069893bff /tests | |
parent | 7d342c723c5ae8e9312210936287810741f40bc5 (diff) | |
download | curl-af4eae77acd6d5d353c583b2616903b7c865daea.tar.gz |
build: chkhostname build adjustments followup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc index 28ed6831c..f5a5ddeb4 100644 --- a/tests/libtest/Makefile.inc +++ b/tests/libtest/Makefile.inc @@ -15,6 +15,9 @@ noinst_PROGRAMS = lib500 lib501 lib502 lib503 lib504 lib505 lib506 \ lib568 lib569 lib570 lib571 lib572 lib573 chkhostname chkhostname_SOURCES = chkhostname.c $(top_srcdir)/lib/curl_gethostname.c +chkhostname_LDADD = +chkhostname_DEPENDENCIES = +chkhostname_CFLAGS = $(AM_CFLAGS) lib500_SOURCES = lib500.c $(SUPPORTFILES) |