changeset 56:c3da169e5719

common: install missing headers Some headers managed to not get installed. Currently, all headers need to always be installed. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 03 Jul 2015 11:40:25 -0400
parents 9626af32f256
children 58083e72261e
files src/common/CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/common/CMakeLists.txt	Fri Jul 03 11:37:06 2015 -0400
+++ b/src/common/CMakeLists.txt	Fri Jul 03 11:40:25 2015 -0400
@@ -39,9 +39,11 @@
 		include/nomad/attr.h
 		include/nomad/config.h
 		include/nomad/error.h
+		include/nomad/malloc.h
 		include/nomad/rand.h
 		include/nomad/time.h
 		include/nomad/types.h
+		include/nomad/vclock.h
 	DESTINATION include/nomad
 	PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)