mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +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
245 B
PkgConfig
12 lines
245 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libofproto
|
|
Description: sFlow library of Open vSwitch
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsflow
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}/openvswitch
|