fix includes in libevent to support vpath builds

This commit is contained in:
Sergei Golubchik 2010-05-15 14:17:33 +02:00
parent febb68f5ae
commit 212d78ef7a

View File

@ -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