Broke a long line in two
This commit is contained in:
parent
0e5c5bcf7b
commit
2c399cddfc
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ OBJDIR = .
|
|||
CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT)
|
||||
|
||||
# Temporarily removed 'filter.o', since it was causing a compile error on Mac OS X.
|
||||
OBJS = ck2ctml.o atomicWeightDB.o CKParser.o CKReader.o Reaction.o ckr_utils.o thermoFunctions.o writelog.o ck2ct.o
|
||||
OBJS = ck2ctml.o atomicWeightDB.o CKParser.o CKReader.o Reaction.o ckr_utils.o \
|
||||
thermoFunctions.o writelog.o ck2ct.o
|
||||
|
||||
CXX_INCLUDES = -I. -I..
|
||||
CONV_LIB = @buildlib@/libconverters.a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue