Thanks for the reviews, I pushed these to ovn.
On Tue, Apr 21, 2015 at 06:20:33PM -0700, Justin Pettit wrote: > Acked-by: Justin Pettit <jpet...@nicira.com> > > --Justin > > > > On Apr 21, 2015, at 5:37 PM, Ben Pfaff <b...@nicira.com> wrote: > > > > This follows the pattern used for the other .la files so I assume that it > > is equally useful. > > > > Signed-off-by: Ben Pfaff <b...@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_@LT_CURRENT@ { > > +global: > > + *; > > +}; > > -- > > 2.1.3 > > > > _______________________________________________ > > dev mailing list > > dev@openvswitch.org > > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev