From 6f2f98bd26a04476387e26132fd3ef406b387981 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Tue, 20 Jul 2004 06:12:30 +0000 Subject: [PATCH] make it compile on solaris svn:r112 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index f763af59..86783b42 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies LDADD = -L.. -levent CPPFPLAGS = -I.. -CFLAGS = -I../compat -Wall @CFLAGS@ +CFLAGS = -I../compat @CFLAGS@ noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench -- 2.40.0