Commit 212d78ef authored by Sergei Golubchik's avatar Sergei Golubchik

fix includes in libevent to support vpath builds

parent febb68f5
...@@ -36,4 +36,4 @@ event-config.h: $(top_builddir)/include/config.h ...@@ -36,4 +36,4 @@ event-config.h: $(top_builddir)/include/config.h
-e 's/#ifndef /#ifndef _EVENT_/' < $(top_builddir)/include/config.h >> $@ -e 's/#ifndef /#ifndef _EVENT_/' < $(top_builddir)/include/config.h >> $@
echo "#endif" >> $@ echo "#endif" >> $@
AM_CPPFLAGS = -Icompat -I$(top_srcdir)/include AM_CPPFLAGS = -I$(srcdir)/compat -I$(top_srcdir)/include
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment