Changeset b3cae5
- Timestamp:
- Feb 15, 2017, 4:39:24 PM (9 years ago)
- Children:
- dee3f2
- Parents:
- 9cebf9
- Files:
-
- 2 edited
-
configure.ac (modified) (2 diffs)
-
src/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r9cebf9 rb3cae5 224 224 225 225 # Set up information for FCS package if inside the FCS tree. 226 have_fcs="no" 226 227 m4_ifdef([AX_FCS_PACKAGE_RESET],[ 227 228 AX_FCS_PACKAGE_RESET … … 230 231 AX_FCS_PACKAGE_ADD([vmg_LDADD],[$VTK_LDFLAGS $VTK_LIBS $BOOST_SYSTEM_LDFLAGS $BOOST_SYSTEM_LIBS $BOOST_FILESYSTEM_LDFLAGS $BOOST_FILESYSTEM_LIBS $LAPACK_LIBS $BLAS_LIBS]) 231 232 AX_FCS_PACKAGE_ADD([CXXLIBS_USE],[yes]) 232 ]) 233 have_fsc="yes" 234 ]) 235 AM_CONDITIONAL(COND_HAVE_FCS, [test x"have_fcs" = xyes]) 233 236 234 237 # Checks for structures. -
src/Makefile.am
r9cebf9 rb3cae5 87 87 units/particle/bspline.cpp \ 88 88 units/particle/comm_mpi_particle.cpp \ 89 units/particle/interface_fcs.cpp \90 units/particle/interface_fcs.h \91 89 units/particle/interface_particles.cpp \ 92 90 units/particle/interpolation.cpp \ … … 94 92 units/particle/particle.cpp \ 95 93 mg.cpp 94 95 VMGFCSSOURCES = \ 96 units/particle/interface_fcs.cpp 97 98 VMGFCSHEADERS = \ 99 units/particle/interface_fcs.h 96 100 97 101 VMGHEADERS = \ … … 189 193 190 194 nobase_libvmg_la_include_HEADERS = ${VMGHEADERS} 195 if COND_HAVE_FCS 196 nobase_libvmg_la_include_HEADERS += ${VMGFCSHEADERS} 197 endif 191 198 192 199 ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la" … … 199 206 ## which are already listed elsewhere in a _HEADERS variable assignment. 200 207 libvmg_la_SOURCES = ${VMGSOURCES} 208 if COND_HAVE_FCS 209 libvmg_la_SOURCES += ${VMGFCSSOURCES} 210 endif 201 211 202 212 ## Instruct libtool to include ABI version information in the generated shared
Note:
See TracChangeset
for help on using the changeset viewer.
