fix makefile for new name of STUBS library

This commit is contained in:
Axel Kohlmeyer
2013-02-14 20:40:21 +01:00
parent cc2e53408b
commit 934fd0dddf

View File

@ -38,7 +38,7 @@ LMP_INC = -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=16
MPI_INC = -I../STUBS
MPI_PATH =
MPI_LIB = ../STUBS/libmpi.a
MPI_LIB = -L../STUBS -lmpi_stubs
# FFT library, OPTIONAL
# see discussion in doc/Section_start.html#2_2 (step 6)