[roboptim-commit] [SCM] roboptim branch, core-ipopt-plugin, updated. b69e1fbf48dbbf24421060ff964d7a
Status: Beta
Brought to you by:
flamiraux
|
From: Thomas M. <tho...@us...> - 2009-06-11 07:42:41
|
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 "roboptim".
The branch, core-ipopt-plugin has been updated
via b69e1fbf48dbbf24421060ff964d7a5f198e4f15 (commit)
from 040d5266b7826d406d620da14310a149ba15e6d8 (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 b69e1fbf48dbbf24421060ff964d7a5f198e4f15
Author: Thomas Moulard <tho...@gm...>
Date: Thu Jun 11 16:40:56 2009 +0900
Fix build-chain when headers are in non-standard directories.
* src/Makefile.am,
* tests/Makefile.am: Add ROBOPTIMCORE_CFLAGS to CPPFLAGS.
Signed-off-by: Thomas Moulard <tho...@gm...>
diff --git a/ChangeLog b/ChangeLog
index 7207f15..21e334f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-11 Thomas Moulard <tho...@gm...>
+
+ Fix build-chain when headers are in non-standard directories.
+ * src/Makefile.am,
+ * tests/Makefile.am: Add ROBOPTIMCORE_CFLAGS to CPPFLAGS.
+
2009-06-10 Thomas Moulard <tho...@gm...>
Synchronize.
diff --git a/src/Makefile.am b/src/Makefile.am
index 5151377..1a6c29b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,8 @@
include $(top_srcdir)/build-aux/init.mk
+# Add RobOptim flags.
+AM_CPPFLAGS += $(ROBOPTIMCORE_CFLAGS)
+
# Add available warnings flags.
AM_CXXFLAGS += $(WARNING_CXXFLAGS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 40577b2..7747953 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,9 @@
include $(top_srcdir)/build-aux/init.mk
include $(top_srcdir)/build-aux/autotest.mk
+# Add RobOptim flags.
+AM_CPPFLAGS += $(ROBOPTIMCORE_CFLAGS)
+
# Add available warnings flags.
AM_CXXFLAGS += $(WARNING_CXXFLAGS)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
src/Makefile.am | 3 +++
tests/Makefile.am | 3 +++
3 files changed, 12 insertions(+), 0 deletions(-)
hooks/post-receive
--
roboptim
|