From: Niels Provos Date: Tue, 20 Jul 2004 06:12:30 +0000 (+0000) Subject: make it compile on solaris X-Git-Tag: release-1.1b~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f2f98bd26a04476387e26132fd3ef406b387981;p=libevent make it compile on solaris svn:r112 --- 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