On 01/11/15 at 09:53am, Ben Pfaff wrote:
> On Fri, Jan 09, 2015 at 12:29:48PM +0100, Thomas Graf wrote:
> > From: Amit Bose
> >
> > Cflags in pkg-config files sets the include path to $PREFIX/openflow,
> > $PREFIX/openvswitch. This makes the including source files use the files
> > like
> > inc
On Fri, Jan 09, 2015 at 12:29:48PM +0100, Thomas Graf wrote:
> From: Amit Bose
>
> Cflags in pkg-config files sets the include path to $PREFIX/openflow,
> $PREFIX/openvswitch. This makes the including source files use the files
> like
> include
> instead of
> include
>
> Signed-off-by: Ami
From: Amit Bose
Cflags in pkg-config files sets the include path to $PREFIX/openflow,
$PREFIX/openvswitch. This makes the including source files use the files
like
include
instead of
include
Signed-off-by: Amit Bose
---
lib/libopenvswitch.pc.in | 2 +-
lib/libsflow.pc.in | 2 +-
of