Repository: mesos
Updated Branches:
  refs/heads/master 7c054d188 -> 1256acd46


Create static mesos library.

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


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

Branch: refs/heads/master
Commit: 1256acd46a089a2abb1d3e9b5d4f58b293ae186b
Parents: 7c054d1
Author: Vinod Kone <[email protected]>
Authored: Wed Jul 23 14:30:30 2014 -0700
Committer: Vinod Kone <[email protected]>
Committed: Wed Aug 6 10:15:32 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1256acd4/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index c741cdc..405d5dd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -539,7 +539,7 @@ lib_LTLIBRARIES += libmesos.la
 # Include as part of the distribution.
 libmesos_la_SOURCES = $(MESOS_PROTO) $(CONTAINERIZER_PROTO) $(SCHEDULER_PROTO)
 
-libmesos_la_LDFLAGS = -release $(PACKAGE_VERSION) -shared
+libmesos_la_LDFLAGS = -release $(PACKAGE_VERSION)
 
 # Since we just include the convenience library (and no sources), we
 # need to tell libtool to build this as a C++ library.

Reply via email to