You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2015/06/17 20:26:41 UTC

mesos git commit: Added missing libraries to mesos-docker-executor.

Repository: mesos
Updated Branches:
  refs/heads/master efe626d1c -> ca66e13db


Added missing libraries to mesos-docker-executor.

Review: https://reviews.apache.org/r/35574


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ca66e13d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ca66e13d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ca66e13d

Branch: refs/heads/master
Commit: ca66e13db577b843f6cc3f1b0c3a562b48f279bb
Parents: efe626d
Author: Niklas Nielsen <ni...@qni.dk>
Authored: Wed Jun 17 11:19:31 2015 -0700
Committer: Niklas Q. Nielsen <ni...@qni.dk>
Committed: Wed Jun 17 11:19:31 2015 -0700

----------------------------------------------------------------------
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ca66e13d/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 884533e..e7de0f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -889,7 +889,7 @@ mesos_usage_LDADD = libmesos.la $(LDADD)
 pkglibexec_PROGRAMS += mesos-docker-executor
 mesos_docker_executor_SOURCES = docker/executor.cpp
 mesos_docker_executor_CPPFLAGS = $(MESOS_CPPFLAGS)
-mesos_docker_executor_LDADD = libmesos.la
+mesos_docker_executor_LDADD = libmesos.la $(LDADD)
 
 bin_PROGRAMS += mesos-log
 mesos_log_SOURCES = log/main.cpp