Skip to content

Commit

Permalink
ovn/lib: Add symbol file for libovn.la.
Browse files Browse the repository at this point in the history
This follows the pattern used for the other .la files so I assume that it
is equally useful.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]>
  • Loading branch information
blp committed Apr 22, 2015
1 parent e3df883 commit 7d45b57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
4 changes: 4 additions & 0 deletions ovn/lib/libovn.sym.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libovn_@LT_CURRENT@ {
global:
*;
};

0 comments on commit 7d45b57

Please sign in to comment.