]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Makefile: Add noinst headr files
authorHaomai Wang <haomai@xsky.com>
Mon, 9 Nov 2015 15:01:45 +0000 (23:01 +0800)
committerHaomai Wang <haomai@xsky.com>
Tue, 1 Dec 2015 02:03:42 +0000 (10:03 +0800)
Signed-off-by: Haomai Wang <haomai@xsky.com>
src/common/Makefile.am
src/common/event_socket.h
src/include/Makefile.am
src/include/event_type.h

index ce731eb08d1d8d4e829e1d5d39687e798af93b3c..83b64985d78b842fca2aaebdfb9f761723a22c4d 100644 (file)
@@ -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 += \
index 36ebbcb3dcf1483ad33a2e3b88252d210eeab41a..5c6b40bbd81abd3aebb811b2554e2334c6d0dc91 100644 (file)
@@ -3,7 +3,9 @@
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2015 Haomai Wang <haomaiwang@gmail.com>
+ * Copyright (C) 2015 XSky <haomai@xsky.com>
+ *
+ * Author: Haomai Wang <haomaiwang@gmail.com>
  *
  * This is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index a364b295d6c25e7dcd77e69696ab776e7c44f60a..e174352e059c9d6559b967f8e94b0fe3bc98145f 100644 (file)
@@ -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
index 696e7664b3a18ce53656b394d5a77d9c0ea1f4c2..aa6ddedb44e456f66e0aa78f02bf0f2e03910fc0 100644 (file)
@@ -3,7 +3,9 @@
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2015 Haomai Wang <haomaiwang@gmail.com>
+ * Copyright (C) 2015 XSky <haomai@xsky.com>
+ *
+ * Author: Haomai Wang <haomaiwang@gmail.com>
  *
  * This is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public