2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

ovn/lib: Add symbol file for libovn.la.

This follows the pattern used for the other .la files so I assume that it
is equally useful.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
Ben Pfaff
2015-04-21 17:35:44 -07:00
parent e3df883845
commit 7d45b57685
2 changed files with 5 additions and 0 deletions

View File

@@ -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])

4
ovn/lib/libovn.sym.in Normal file
View File

@@ -0,0 +1,4 @@
libovn_@LT_CURRENT@ {
global:
*;
};