From d625b89c0efbce7b15c07fb9a0597263276d2d03 Mon Sep 17 00:00:00 2001 From: Haomai Wang Date: Mon, 9 Nov 2015 23:01:45 +0800 Subject: [PATCH] Makefile: Add noinst headr files Signed-off-by: Haomai Wang --- src/common/Makefile.am | 3 ++- src/common/event_socket.h | 4 +++- src/include/Makefile.am | 3 ++- src/include/event_type.h | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index ce731eb08d1..83b64985d78 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -259,7 +259,8 @@ noinst_HEADERS += \ common/bit_vector.hpp \ common/SubProcess.h \ common/valgrind.h \ - common/TracepointProvider.h + common/TracepointProvider.h \ + common/event_socket.h if ENABLE_XIO noinst_HEADERS += \ diff --git a/src/common/event_socket.h b/src/common/event_socket.h index 36ebbcb3dcf..5c6b40bbd81 100644 --- a/src/common/event_socket.h +++ b/src/common/event_socket.h @@ -3,7 +3,9 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2015 Haomai Wang + * Copyright (C) 2015 XSky + * + * Author: Haomai Wang * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/include/Makefile.am b/src/include/Makefile.am index a364b295d6c..e174352e059 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -115,4 +115,5 @@ noinst_HEADERS += \ include/rados/memory.h \ include/unordered_set.h \ include/unordered_map.h \ - include/timegm.h + include/timegm.h \ + include/event_type.h diff --git a/src/include/event_type.h b/src/include/event_type.h index 696e7664b3a..aa6ddedb44e 100644 --- a/src/include/event_type.h +++ b/src/include/event_type.h @@ -3,7 +3,9 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2015 Haomai Wang + * Copyright (C) 2015 XSky + * + * Author: Haomai Wang * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- 2.47.3