mirror of
https://github.com/openvswitch/ovs
synced 2025-10-11 13:57:52 +00:00
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>
12 lines
234 B
PkgConfig
12 lines
234 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libopenvswitch
|
|
Description: Open vSwitch library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lopenvswitch
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|