Repository: mesos
Updated Branches:
  refs/heads/master 844237dae -> abb26aa3d


Fixed bug with generated headers.


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

Branch: refs/heads/master
Commit: abb26aa3de66999247256652489a63a8935251b7
Parents: 844237d
Author: Benjamin Hindman <[email protected]>
Authored: Fri Apr 18 14:06:01 2014 -0700
Committer: Benjamin Hindman <[email protected]>
Committed: Fri Apr 18 14:06:01 2014 -0700

----------------------------------------------------------------------
 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/abb26aa3/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e715bf..32f6338 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -236,9 +236,9 @@ pkginclude_HEADERS =                                        
                \
   $(top_srcdir)/include/mesos/containerizer/containerizer.proto
 
 nodist_pkginclude_HEADERS =                                            \
-  $(top_srcdir)/include/mesos/mesos.hpp                                        
\
+  ../include/mesos/mesos.hpp                                           \
   mesos.pb.h                                                           \
-  $(top_srcdir)/include/mesos/containerizer/containerizer.hpp          \
+  ../include/mesos/containerizer/containerizer.hpp                     \
   containerizer/containerizer.pb.h
 
 if OS_LINUX

Reply via email to