]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/Makefile: add new header to tarball
authorSage Weil <sage@redhat.com>
Thu, 13 Nov 2014 18:05:53 +0000 (10:05 -0800)
committerSage Weil <sage@redhat.com>
Thu, 13 Nov 2014 18:05:53 +0000 (10:05 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/msg/Makefile.am

index ea44ac1c59c4ceb3e91c4e7fe82d0ffe3d058d7b..5a0001d09f9acb0f1b9f3bcafa9d58036bb782ac 100644 (file)
@@ -45,8 +45,9 @@ noinst_HEADERS += \
        msg/async/AsyncConnection.h \
        msg/async/AsyncMessenger.h \
        msg/async/Event.h \
-       msg/async/net_handler.h \
-       msg/async/EventEpoll.h
+       msg/async/EventEpoll.h \
+       msg/async/EventSelect.h \
+       msg/async/net_handler.h
 
 if LINUX
 libmsg_la_SOURCES += msg/async/EventEpoll.h