Skip to content

Commit

Permalink
Made HarmonicForce.lo to be included only with CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Arnold committed Apr 28, 2014
1 parent eb12ec3 commit 7725435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ libEspresso_la_SOURCES = \
Vector.hpp \
SystemInterface.hpp \
EspressoSystemInterface.hpp EspressoSystemInterface.cpp \
HarmonicForce.hpp HarmonicForce.cu
HarmonicForce.hpp

# nonbonded potentials and forces
libEspresso_la_SOURCES += \
Expand Down Expand Up @@ -196,7 +196,8 @@ CUDA_SOURCES = \
electrokinetics.hpp \
lbgpu_cuda.cu \
p3m_gpu_cuda.cu \
EspressoSystemInterface_cuda.cu
EspressoSystemInterface_cuda.cu \
HarmonicForce.cu

libEspresso_la_SOURCES += $(CUDA_SOURCES)
EXTRA_DIST += $(CUDA_SOURCES)
Expand Down

0 comments on commit 7725435

Please sign in to comment.