[ovs-dev] [PATCH ovn v2 2/2] ovn/lib: Add symbol file for libovn.la.

Justin Pettit jpettit at nicira.com
Wed Apr 22 01:20:33 UTC 2015


Acked-by: Justin Pettit <jpettit at nicira.com>

--Justin


> On Apr 21, 2015, at 5:37 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> This follows the pattern used for the other .la files so I assume that it
> is equally useful.
> 
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> configure.ac          | 1 +
> ovn/lib/libovn.sym.in | 4 ++++
> 2 files changed, 5 insertions(+)
> create mode 100644 ovn/lib/libovn.sym.in
> 
> diff --git a/configure.ac b/configure.ac
> index 8af5ef0..6b28a52 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -136,6 +136,7 @@ AC_CONFIG_FILES([
>     ofproto/libofproto.sym
>     lib/libsflow.sym
>     lib/libopenvswitch.sym
> +    ovn/lib/libovn.sym
>     vtep/libvtep.sym])
> 
> OVS_ENABLE_OPTION([-Wall])
> diff --git a/ovn/lib/libovn.sym.in b/ovn/lib/libovn.sym.in
> new file mode 100644
> index 0000000..360de0f
> --- /dev/null
> +++ b/ovn/lib/libovn.sym.in
> @@ -0,0 +1,4 @@
> +libovn_ at LT_CURRENT@ {
> +global:
> +        *;
> +};
> -- 
> 2.1.3
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list