Skip to content
Snippets Groups Projects
Commit fe69ea71 authored by Lynn Garren's avatar Lynn Garren
Browse files

explicit Vector link

parent 3bbe4caf
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ AC_CONFIG_FILES([test/testVectorDists.sh], [chmod +x test/testVectorDists.sh]) ...@@ -46,7 +46,7 @@ AC_CONFIG_FILES([test/testVectorDists.sh], [chmod +x test/testVectorDists.sh])
RandomObjects_CPPFLAGS="-I$includedir" RandomObjects_CPPFLAGS="-I$includedir"
RandomObjects_LDFLAGS="-L$libdir" 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_CPPFLAGS)
AC_SUBST(RandomObjects_LIBS) AC_SUBST(RandomObjects_LIBS)
......
...@@ -4,7 +4,8 @@ INCLUDES = -I../ ...@@ -4,7 +4,8 @@ INCLUDES = -I../
# libraries to link, and whence # libraries to link, and whence
LDADD = $(top_builddir)/src/libCLHEP-@PACKAGE@-@VERSION@.la \ LDADD = $(top_builddir)/src/libCLHEP-@PACKAGE@-@VERSION@.la \
${top_builddir}/../Random/src/libCLHEP-Random-@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: # Identify executables needed during testing:
check_PROGRAMS = \ check_PROGRAMS = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment