From eb31da8fadfea5a0bb166be9acd940854bee9d25 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 9 Oct 2010 13:59:30 +0000 Subject: [PATCH] (trunk utils) #3611 "utils doesn't use LIBEVENT_CFLAGS during compilation" -- fixed --- utils/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Makefile.am b/utils/Makefile.am index c397ea5ec..61334f023 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -I@top_srcdir@ AM_CFLAGS = \ + @LIBEVENT_CFLAGS@ \ @LIBCURL_CFLAGS@ \ @OPENSSL_CFLAGS@ \ @ZLIB_CFLAGS@ \