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:
@@ -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
4
ovn/lib/libovn.sym.in
Normal file
@@ -0,0 +1,4 @@
|
||||
libovn_@LT_CURRENT@ {
|
||||
global:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user