branch, ticket-227, updated. 5cb630979958f7597c5a519092b304807a3aa6d7
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, ticket-227 has been updated via 5cb630979958f7597c5a519092b304807a3aa6d7 (commit) from c60548947419cc341a9721d883323bd0cca05177 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5cb630979958f7597c5a519092b304807a3aa6d7 Author: Phil Carns <[email protected]> Date: Fri Dec 14 15:39:34 2012 -0500 add -lm ----------------------------------------------------------------------- Summary of changes: code/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Diff of changes: diff --git a/code/Makefile.in b/code/Makefile.in index 9e5114a..dee49d6 100644 --- a/code/Makefile.in +++ b/code/Makefile.in @@ -109,7 +109,7 @@ LIBCFLAGS=@LIBCFLAGS@ LIBCFLAGS += -DEV_CONFIG_H=\"triton-config.h\" LDFLAGS += @LDFLAGS@ LIBS += @LIBS@ -lcrypto -LIBS += -L$(AESOP)/lib -laesop -lc-utils +LIBS += -L$(AESOP)/lib -laesop -lc-utils -lm DEPLIBS += @THREAD_LIB@ hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov