git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3070 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2009-08-13 22:18:27 +00:00
parent e3b3057e60
commit b209a3694c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Settings for libraries used by specific LAMMPS packages
# this file is auto-edited when those packages are included/excluded
PKGINC = -I../../lib/meam -I../../lib/reax -I../../lib/poems
PKGPATH = -L../../lib/meam -L../../lib/reax -L../../lib/poems
PKGLIB = -lmeam -lreax -lpoems
PKGINC = -I../../lib/reax -I../../lib/poems -I../../lib/meam
PKGPATH = -L../../lib/reax -L../../lib/poems -L../../lib/meam
PKGLIB = -lreax -lpoems -lmeam