summaryrefslogtreecommitdiff
path: root/ovsdb/libovsdb.pc.in
diff options
context:
space:
mode:
authorAmit Bose <bose@noironetworks.com>2015-01-09 12:27:04 +0100
committerThomas Graf <tgraf@noironetworks.com>2015-01-12 13:03:01 +0100
commit04009853bbad2220e6864429b135bdc51539a621 (patch)
treea0a145081be1c3a3216456ebe923556da466bf38 /ovsdb/libovsdb.pc.in
parent0f3358ea4227bce79580870f139c82c9a5cfe75d (diff)
downloadopenvswitch-04009853bbad2220e6864429b135bdc51539a621.tar.gz
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>
Diffstat (limited to 'ovsdb/libovsdb.pc.in')
-rw-r--r--ovsdb/libovsdb.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/libovsdb.pc.in b/ovsdb/libovsdb.pc.in
index b86536f84..f4133865d 100644
--- a/ovsdb/libovsdb.pc.in
+++ b/ovsdb/libovsdb.pc.in
@@ -8,4 +8,4 @@ Description: OVSDB library of Open vSwitch
Version: @VERSION@
Libs: -L${libdir} -lovsdb
Libs.private: @LIBS@
-Cflags: -I${includedir}/openvswitch
+Cflags: -I${includedir}