From: Haomai Wang Date: Mon, 9 Nov 2015 15:01:45 +0000 (+0800) Subject: Makefile: Add noinst headr files X-Git-Tag: v10.0.2~142^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d625b89c0efbce7b15c07fb9a0597263276d2d03;p=ceph.git Makefile: Add noinst headr files Signed-off-by: Haomai Wang --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index ce731eb08d1d..83b64985d78b 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 36ebbcb3dcf1..5c6b40bbd81a 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 a364b295d6c2..e174352e059c 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 696e7664b3a1..aa6ddedb44e4 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