Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
fe69ea71
Commit
fe69ea71
authored
Sep 27, 2004
by
Lynn Garren
Browse files
explicit Vector link
parent
3bbe4caf
Changes
2
Hide whitespace changes
Inline
Side-by-side
RandomObjects/configure.in
View file @
fe69ea71
...
...
@@ -46,7 +46,7 @@ AC_CONFIG_FILES([test/testVectorDists.sh], [chmod +x test/testVectorDists.sh])
RandomObjects_CPPFLAGS="-I$includedir"
RandomObjects_LDFLAGS="-L$libdir"
RandomObjects_LIBS="-lCLHEP-$PACKAGE-$VERSION -lCLHEP-Random-$VERSION -lCLHEP-Matrix-$VERSION"
RandomObjects_LIBS="-lCLHEP-$PACKAGE-$VERSION -lCLHEP-Random-$VERSION -lCLHEP-Matrix-$VERSION
-lCLHEP-Vector-$VERSION
"
AC_SUBST(RandomObjects_CPPFLAGS)
AC_SUBST(RandomObjects_LIBS)
...
...
RandomObjects/test/Makefile.am
View file @
fe69ea71
...
...
@@ -4,7 +4,8 @@ INCLUDES = -I../
# libraries to link, and whence
LDADD
=
$(top_builddir)
/src/libCLHEP-@PACKAGE@-@VERSION@.la
\
${top_builddir}
/../Random/src/libCLHEP-Random-@VERSION@.la
\
${top_builddir}
/../Matrix/src/libCLHEP-Matrix-@VERSION@.la
${top_builddir}
/../Matrix/src/libCLHEP-Matrix-@VERSION@.la
\
${top_builddir}
/../Vector/src/libCLHEP-Vector-@VERSION@.la
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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