diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-05-15 14:17:33 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-05-15 14:17:33 +0200 |
commit | 212d78ef7a25d49c511f00ab9b3d85996ba4e76e (patch) | |
tree | b949affd83f8ede24954a715d2873588e607b3a6 /extra | |
parent | febb68f5ae6357995879d34af300ba7b641fdf33 (diff) | |
download | mariadb-git-212d78ef7a25d49c511f00ab9b3d85996ba4e76e.tar.gz |
fix includes in libevent to support vpath builds
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libevent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |