In that case we should probably invent an include/ovn directory.
On Mon, Jul 18, 2016 at 12:19:58PM -0700, Aaron Rosen wrote:
> I'm facing this same issue with the _ovn-utils.c Python C extension patch I
> posted. If this gets approved I believe I need to so the same thing for the
> following file
I'm facing this same issue with the _ovn-utils.c Python C extension patch I
posted. If this gets approved I believe I need to so the same thing for the
following files:
ovn/lib/actions.h
ovn/lib/expr.h
ovn/lib/lex.h
On Tue, Jul 12, 2016 at 2:37 PM, Terry Wilson wrote:
> These patches should ad
These patches should address the previous issue with building the
Python wrapper when builddir != srcdir. It also ensures that the
wrapper can be properly built by pip from out-of-tree by ensuring
that json.h is added to include/openvswitch/json.h.
Terry Wilson (2):
Move lib/json.h to include/op