summaryrefslogtreecommitdiff
path: root/include/openvswitch/automake.mk
diff options
context:
space:
mode:
authorXiao Liang <shaw.leon@gmail.com>2017-11-03 13:53:53 +0800
committerBen Pfaff <blp@ovn.org>2017-11-03 10:47:55 -0700
commitfd016ae3fb84188d3776451d7a3aad542a2c81da (patch)
tree073b4973bb0aa341e7192c7b1ca309ce49313f06 /include/openvswitch/automake.mk
parent3efd46c8ea45c6c2b41305ea4898e744f5e236b6 (diff)
downloadopenvswitch-fd016ae3fb84188d3776451d7a3aad542a2c81da.tar.gz
lib: Move lib/poll-loop.h to include/openvswitch
Poll-loop is the core to implement main loop. It should be available in libopenvswitch. Signed-off-by: Xiao Liang <shaw.leon@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/openvswitch/automake.mk')
-rw-r--r--include/openvswitch/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk
index ec4580641..93d1062a4 100644
--- a/include/openvswitch/automake.mk
+++ b/include/openvswitch/automake.mk
@@ -20,6 +20,7 @@ openvswitchinclude_HEADERS = \
include/openvswitch/ofp-prop.h \
include/openvswitch/ofp-util.h \
include/openvswitch/packets.h \
+ include/openvswitch/poll-loop.h \
include/openvswitch/rconn.h \
include/openvswitch/shash.h \
include/openvswitch/thread.h \