removed FLIBS
This commit is contained in:
parent
56b9bc371e
commit
ab15545caf
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ all: $(PROGRAM)
|
|||
$(PROGRAM): $(OBJS)
|
||||
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXXFLAGS)\
|
||||
$(CANTERA_LIBS) $(LINK_OPTIONS) $(EXT_LIBS) \
|
||||
@LIBS@ @FLIBS@ $(LCXX_END_LIBS)
|
||||
@LIBS@ $(LCXX_END_LIBS)
|
||||
|
||||
%.d:
|
||||
g++ -MM -I$(CANTERA_INCDIR) $*.cpp > $*.d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue