Skip to content

Commit 87491da

Browse files
committed
Use TCL_LIB_SPEC
1 parent d731b5c commit 87491da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbine/code/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ endif
322322
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
323323
CFLAGS += $(DEFINES) $(INCLUDES) $(HDF5_CPPFLAGS)
324324

325-
# LIBS: links to ADLB, c-utils, MPE, and MPI
326-
LIBS :=
325+
# LIBS: links to Tcl, ADLB, c-utils, MPE, and MPI
326+
LIBS := @TCL_LIB_SPEC@
327327
LIBS += -L$(ADLB)/lib -ladlb
328328
LIBS += -L$(C_UTILS)/lib -lexmcutils
329329
ifeq ($(ENABLE_MPE),1)

0 commit comments

Comments
 (0)