Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-core
Commits
2bb1f11c
Commit
2bb1f11c
authored
Aug 28, 2009
by
florent
Committed by
florent
Aug 28, 2009
Browse files
Fix order of flags in compilation
* src/Makefile.am: Local headers are included prior to installed ones.
parent
afb3ee37
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
2bb1f11c
...
...
@@ -3,9 +3,6 @@ include $(top_srcdir)/build-aux/init.mk
# Add available warnings flags.
AM_CXXFLAGS
+=
$(WARNING_CXXFLAGS)
# Add kwsPlus CPPFLAGS.
AM_CPPFLAGS
+=
@KWSPLUS_CFLAGS@
lib_LTLIBRARIES
=
libhppCore.la
libhppCore_la_SOURCES
=
\
hppColPair.cpp
\
...
...
@@ -22,3 +19,6 @@ else
AM_CPPFLAGS
+=
@HPPMODEL_CFLAGS@
libhppCore_la_LIBADD
+=
@HPPMODEL_LIBS@
endif
# Add kwsPlus CPPFLAGS.
AM_CPPFLAGS
+=
@KWSPLUS_CFLAGS@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment