Re: [ovs-dev] [PATCH] pkg-config: Fix Cflags in package-config files

2015-01-12 Thread Thomas Graf
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

Re: [ovs-dev] [PATCH] pkg-config: Fix Cflags in package-config files

2015-01-11 Thread Ben Pfaff
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

[ovs-dev] [PATCH] pkg-config: Fix Cflags in package-config files

2015-01-09 Thread Thomas Graf
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