From 212d78ef7a25d49c511f00ab9b3d85996ba4e76e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 15 May 2010 14:17:33 +0200 Subject: [PATCH] fix includes in libevent to support vpath builds --- extra/libevent/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libevent/Makefile.am b/extra/libevent/Makefile.am index 702c07c6eeb..1c9066c3122 100644 --- a/extra/libevent/Makefile.am +++ b/extra/libevent/Makefile.am @@ -36,4 +36,4 @@ event-config.h: $(top_builddir)/include/config.h -e 's/#ifndef /#ifndef _EVENT_/' < $(top_builddir)/include/config.h >> $@ echo "#endif" >> $@ -AM_CPPFLAGS = -Icompat -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(srcdir)/compat -I$(top_srcdir)/include