This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "build-aux".

The branch, master has been updated
       via  8fbf59bc07c614cb0637b2d418ac5cfb5515fe6f (commit)
      from  673639f63cf5de140c234235cffae6115f73361e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8fbf59bc07c614cb0637b2d418ac5cfb5515fe6f
Author: Thomas Moulard <thomas.moul...@gmail.com>
Date:   Mon Mar 15 18:14:18 2010 +0100

    Search for generated headers.
    
        * init.mk: Here.
    
    Signed-off-by: Thomas Moulard <thomas.moul...@gmail.com>

diff --git a/ChangeLog b/ChangeLog
index 778e6c4..4358e32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-15  Thomas Moulard  <thomas.moul...@gmail.com>
+
+       Search for generated headers.
+       * init.mk: Here.
+
 2010-03-08  Thomas Moulard  <thomas.moul...@gmail.com>
 
        Re-add MPL checks.
diff --git a/init.mk b/init.mk
index f7218a7..413fb37 100644
--- a/init.mk
+++ b/init.mk
@@ -17,7 +17,7 @@ AM_CPPFLAGS+=-I$(top_builddir)
 AM_CPPFLAGS += -I$(top_builddir)/src -I$(top_srcdir)/src
 
 # ...then search in distributed headers.
-AM_CPPFLAGS += -I$(top_srcdir)/include
+AM_CPPFLAGS += -I$(top_builddir)/include -I$(top_srcdir)/include
 
 # Add boost include dir
 AM_CPPFLAGS += $(BOOST_CPPFLAGS)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    5 +++++
 init.mk   |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
build-aux

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
roboptim-commit mailing list
roboptim-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roboptim-commit

Reply via email to