You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/05/31 23:37:14 UTC

svn commit: r1344922 - /incubator/mesos/trunk/src/Makefile.am

Author: benh
Date: Thu May 31 21:37:14 2012
New Revision: 1344922

URL: http://svn.apache.org/viewvc?rev=1344922&view=rev
Log:
Removed file from src/Makefile.am that is not in repository (it was
causing 'make dist' to fail).

Modified:
    incubator/mesos/trunk/src/Makefile.am

Modified: incubator/mesos/trunk/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/Makefile.am?rev=1344922&r1=1344921&r2=1344922&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.am (original)
+++ incubator/mesos/trunk/src/Makefile.am Thu May 31 21:37:14 2012
@@ -188,8 +188,7 @@ libmesos_no_third_party_la_SOURCES += co
 	common/hashset.hpp common/json.hpp common/lock.hpp		\
 	common/logging.hpp common/lambda.hpp common/option.hpp		\
 	common/resources.hpp common/result.hpp common/multihashmap.hpp	\
-	common/process_utils.hpp common/protobuf_utils.hpp		\
-	common/time.hpp common/try.hpp				\
+	common/process_utils.hpp common/time.hpp common/try.hpp		\
 	common/type_utils.hpp common/thread.hpp common/timer.hpp	\
 	common/utils.hpp common/units.hpp common/uuid.hpp		\
 	common/strings.hpp common/values.hpp				\