]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoreconf --install
authorTomasz Mrugalski <tomasz@isc.org>
Mon, 2 Jul 2012 17:40:16 +0000 (17:40 +0000)
committerTomasz Mrugalski <tomasz@isc.org>
Mon, 2 Jul 2012 17:40:16 +0000 (17:40 +0000)
common/tests/Makefile.in

index d397881cf508474362263f5c1cbd52c39d459dfa..36851998b77b1b14c7f6706e7a4e5fe8ece384ea 100644 (file)
@@ -162,7 +162,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = .
-AM_CPPFLAGS = $(ATF_CFLAGS) -I$(top_srcdir)/includes
+AM_CPPFLAGS = $(ATF_CFLAGS) -std=c99 -I$(top_srcdir)/includes
 ATF_TESTS = alloc_unittest
 alloc_unittest_SOURCES = test_alloc.c $(top_srcdir)/tests/t_api_dhcp.c
 alloc_unittest_LDADD = $(ATF_LDFLAGS) ../libdhcp.a \