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

Ben Pfaff blp at nicira.com
Wed Apr 22 00:37:23 UTC 2015


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




More information about the dev mailing list