From: Sage Weil Date: Thu, 13 Nov 2014 18:05:53 +0000 (-0800) Subject: msg/Makefile: add new header to tarball X-Git-Tag: v0.90~96 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=585b9065ece66784d5a95d3442f0507906afed7c;p=ceph.git msg/Makefile: add new header to tarball Signed-off-by: Sage Weil --- diff --git a/src/msg/Makefile.am b/src/msg/Makefile.am index ea44ac1c59c4..5a0001d09f9a 100644 --- a/src/msg/Makefile.am +++ b/src/msg/Makefile.am @@ -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