From 97917e68e7b225ee0d2d77963e30290d095a74e6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 10 Nov 2007 07:49:13 +0000 Subject: [PATCH] r16588@catbus: nickm | 2007-11-10 02:47:14 -0500 Another include for sample. Patch from Christopher Layne. svn:r507 --- sample/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/Makefile.am b/sample/Makefile.am index 1de7e724..2f4e26e2 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies LDADD = ../libevent.la -AM_CFLAGS = -I$(top_srcdir)/compat +AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat noinst_PROGRAMS = event-test time-test signal-test