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
0365b60d
Commit
0365b60d
authored
Nov 07, 2007
by
florent
Browse files
Another correction in Makefiles.
parent
27c0b382
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Makefile.am
View file @
0365b60d
...
...
@@ -7,7 +7,6 @@
hppCoredir
=
@includedir@/hpp
hppCore_HEADERS
=
\
hppDevice.h
\
hppColPair.h
\
hppPolyhedron.h
\
hppBox.h
\
...
...
@@ -16,6 +15,7 @@ hppCore_HEADERS = \
if
BODY
hppCore_HEADERS
+=
\
hppDevice.h
\
hppBody.h
endif
...
...
src/Makefile.am
View file @
0365b60d
...
...
@@ -9,13 +9,13 @@ lib_LTLIBRARIES = libhppCore.la
libhppCore_la_SOURCES
=
\
hppPolyhedron.cpp
\
hppBox.cpp
\
hppDevice.cpp
\
hppColPair.cpp
\
hppProblem.cpp
\
hppPlanner.cpp
if
BODY
libhppCore_la_SOURCES
+=
\
hppDevice.cpp
\
hppBody.cpp
endif
...
...
Write
Preview
Supports
Markdown
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