summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-04-21 17:35:44 -0700
committerBen Pfaff <blp@nicira.com>2015-04-21 18:44:41 -0700
commit7d45b5768521d476bcc2e01272f3e1a09bcd88a2 (patch)
treefc90b56d8f7f00a2f2629894cc8e18da083bd10f /configure.ac
parente3df8838451bdc3b025d3049009c37f8addc7d41 (diff)
downloadopenvswitch-7d45b5768521d476bcc2e01272f3e1a09bcd88a2.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8af5ef055..6b28a5262 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])