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/08/09 20:27:52 UTC

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

Author: benh
Date: Thu Aug  9 18:27:51 2012
New Revision: 1371362

URL: http://svn.apache.org/viewvc?rev=1371362&view=rev
Log:
Fixed regression in Makefile from removal of flags/flag.hpp.

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=1371362&r1=1371361&r2=1371362&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.am (original)
+++ incubator/mesos/trunk/src/Makefile.am Thu Aug  9 18:27:51 2012
@@ -193,10 +193,11 @@ libmesos_no_third_party_la_SOURCES += co
 	common/values.hpp configurator/configuration.hpp		\
 	configurator/configurator.hpp configurator/option.hpp		\
 	detector/detector.hpp examples/utils.hpp files/files.hpp	\
-	flags/flags.hpp flags/loader.hpp launcher/launcher.hpp		\
-	linux/cgroups.hpp linux/fs.hpp linux/proc.hpp local/flags.hpp	\
-	local/local.hpp logging/flags.hpp logging/logging.hpp		\
-	master/allocator.hpp master/constants.hpp master/flags.hpp	\
+	flags/flag.hpp flags/flags.hpp flags/loader.hpp			\
+	launcher/launcher.hpp linux/cgroups.hpp linux/fs.hpp		\
+	linux/proc.hpp local/flags.hpp local/local.hpp			\
+	logging/flags.hpp logging/logging.hpp master/allocator.hpp	\
+	master/constants.hpp master/flags.hpp				\
 	master/frameworks_manager.hpp master/http.hpp			\
 	master/master.hpp master/dominant_share_allocator.hpp		\
 	master/slaves_manager.hpp master/webui.hpp			\