summaryrefslogtreecommitdiff
path: root/common/tests/Makefile.in
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-12-13 11:29:35 -0800
committerShawn Routhier <sar@isc.org>2012-12-13 11:29:35 -0800
commitb89b8e1628d426a65b899b9291a0c336c9f05317 (patch)
treeba74b92a120d78e707330ac93b32670aa4e86899 /common/tests/Makefile.in
parentd5d868e7264fac47b75f72f914f8f0a3cc9bce97 (diff)
downloadisc-dhcp-b89b8e1628d426a65b899b9291a0c336c9f05317.tar.gz
-n [master]
Clean up ATF issues: describe patch to ATF code for solaris 11 remove unneeded options for use on solaris 11 comment out unused hash test [rt32089]
Diffstat (limited to 'common/tests/Makefile.in')
-rw-r--r--common/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tests/Makefile.in b/common/tests/Makefile.in
index 395b376d..7a30033f 100644
--- a/common/tests/Makefile.in
+++ b/common/tests/Makefile.in
@@ -167,7 +167,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = .
-AM_CPPFLAGS = $(ATF_CFLAGS) -std=c99 -I$(top_srcdir)/includes
+AM_CPPFLAGS = $(ATF_CFLAGS) -I$(top_srcdir)/includes
EXTRA_DIST = Atffile
ATF_TESTS = $(am__append_1)
@HAVE_ATF_TRUE@alloc_unittest_SOURCES = test_alloc.c $(top_srcdir)/tests/t_api_dhcp.c