]> git.proxmox.com Git - ovs.git/commit - ovn/lib/expr.c
move ovn/lib/<lex|actions|expr>.h to include/ovn
authorAaron Rosen <aaronorosen@gmail.com>
Mon, 25 Jul 2016 22:04:32 +0000 (15:04 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 27 Jul 2016 21:20:28 +0000 (14:20 -0700)
commit8b2ed684a4b5c9d2ef7e1efa04cb2382c14af3f7
tree841c76e671a5df73aebe44d32370871acfc7e1ae
parented48f0edae3ab064646eee9cb67e258d63f0233f
move ovn/lib/<lex|actions|expr>.h to include/ovn

This patch is done to enable in tree building of the ovn-utils python
wrapper.  This is similar to what was done in commit
ee89ea7b477bb4fd05137de03b2e8443807ed9f4 (json: Move from lib to
include/openvswitch.).

Signed-off-by: Aaron Rosen <aaronorosen@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
18 files changed:
include/automake.mk
include/ovn/actions.h [new file with mode: 0644]
include/ovn/automake.mk [new file with mode: 0644]
include/ovn/expr.h [new file with mode: 0644]
include/ovn/lex.h [new file with mode: 0644]
ovn/controller/lflow.c
ovn/controller/ofctrl.c
ovn/controller/ovn-controller.c
ovn/controller/pinctrl.c
ovn/lib/actions.c
ovn/lib/actions.h [deleted file]
ovn/lib/automake.mk
ovn/lib/expr.c
ovn/lib/expr.h [deleted file]
ovn/lib/lex.c
ovn/lib/lex.h [deleted file]
ovn/northd/ovn-northd.c
tests/test-ovn.c