pkg-config: Fix Cflags in package-config files
authorAmit Bose <bose@noironetworks.com>
Fri, 9 Jan 2015 11:27:04 +0000 (12:27 +0100)
committerThomas Graf <tgraf@noironetworks.com>
Mon, 12 Jan 2015 12:03:01 +0000 (13:03 +0100)
commit04009853bbad2220e6864429b135bdc51539a621
treea0a145081be1c3a3216456ebe923556da466bf38
parent0f3358ea4227bce79580870f139c82c9a5cfe75d
pkg-config: Fix Cflags in package-config files

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 <util.h>
instead of
  include <openvswitch/util.h>

Signed-off-by: Amit Bose <bose@noironetworks.com>
lib/libopenvswitch.pc.in
lib/libsflow.pc.in
ofproto/libofproto.pc.in
ovsdb/libovsdb.pc.in