mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
Compile and package ovs shared libraries and create new header package for debian (openvswitch-dev) and rhel (openvswitch-devel). VMware-BZ: #1556299 Signed-off-by: Edwin Chiu <echiu@vmware.com> Co-authored-by: Harold Lim <haroldl@vmware.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
12 lines
246 B
PkgConfig
12 lines
246 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}/openvswitch
|