maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #03128
[Branch ~maria-captains/maria/5.1] Rev 2857: fix includes in libevent to support vpath builds
------------------------------------------------------------
revno: 2857
committer: Sergei Golubchik <sergii@xxxxxxxxx>
branch nick: maria-5.1
timestamp: Sat 2010-05-15 14:17:33 +0200
message:
fix includes in libevent to support vpath builds
modified:
extra/libevent/Makefile.am
--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1
Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription
=== modified file 'extra/libevent/Makefile.am'
--- extra/libevent/Makefile.am 2009-09-29 23:00:57 +0000
+++ extra/libevent/Makefile.am 2010-05-15 12:17:33 +0000
@@ -36,4 +36,4 @@
-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