summaryrefslogtreecommitdiff
path: root/include/openvswitch/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-02-09 10:04:26 -0800
committerBen Pfaff <blp@ovn.org>2018-02-13 10:43:13 -0800
commit0d71302e36c4ad290cb3b36363b48756fb438c59 (patch)
tree2b2095496fb8d2c94d891e57047deea4c9f4712a /include/openvswitch/automake.mk
parent31292693fc3a845a5f40102fcbf500cfe3167290 (diff)
downloadopenvswitch-0d71302e36c4ad290cb3b36363b48756fb438c59.tar.gz
ofp-util, ofp-parse: Break up into many separate modules.
ofp-util had been far too large and monolithic for a long time. This commit breaks it up into units that make some logical sense. It also moves the pieces of ofp-parse that were specific to each unit into the relevant unit. Most of this commit is just moving code around. Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Diffstat (limited to 'include/openvswitch/automake.mk')
-rw-r--r--include/openvswitch/automake.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk
index 93d1062a4..aede51566 100644
--- a/include/openvswitch/automake.mk
+++ b/include/openvswitch/automake.mk
@@ -10,14 +10,29 @@ openvswitchinclude_HEADERS = \
include/openvswitch/netdev.h \
include/openvswitch/match.h \
include/openvswitch/meta-flow.h \
+ include/openvswitch/namemap.h \
include/openvswitch/ofpbuf.h \
include/openvswitch/ofp-actions.h \
+ include/openvswitch/ofp-bundle.h \
+ include/openvswitch/ofp-connection.h \
include/openvswitch/ofp-ed-props.h \
include/openvswitch/ofp-errors.h \
+ include/openvswitch/ofp-flow.h \
+ include/openvswitch/ofp-group.h \
+ include/openvswitch/ofp-ipfix.h \
+ include/openvswitch/ofp-match.h \
+ include/openvswitch/ofp-meter.h \
+ include/openvswitch/ofp-monitor.h \
include/openvswitch/ofp-msgs.h \
+ include/openvswitch/ofp-packet.h \
include/openvswitch/ofp-parse.h \
+ include/openvswitch/ofp-port.h \
include/openvswitch/ofp-print.h \
include/openvswitch/ofp-prop.h \
+ include/openvswitch/ofp-protocol.h \
+ include/openvswitch/ofp-queue.h \
+ include/openvswitch/ofp-switch.h \
+ include/openvswitch/ofp-table.h \
include/openvswitch/ofp-util.h \
include/openvswitch/packets.h \
include/openvswitch/poll-loop.h \