This is an automated email from the ASF dual-hosted git repository.
chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new c348285 Fixed a typo in `src/Makefile.am`.
c348285 is described below
commit c3482852abd26d1d35af3ecb0141784acfc0748f
Author: Chun-Hung Hsiao <[email protected]>
AuthorDate: Fri Jul 26 08:38:16 2019 -0700
Fixed a typo in `src/Makefile.am`.
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 2164c60..d27d4b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1178,7 +1178,7 @@ libmesos_no_3rdparty_la_SOURCES +=
\
oci/spec.cpp \
posix/rlimits.cpp \
posix/rlimits.hpp \
- resource_provider/constants.cpp \
+ resource_provider/constants.hpp \
resource_provider/daemon.cpp \
resource_provider/daemon.hpp \
resource_provider/detector.cpp \