On Thu, Aug 28, 2014 at 03:37:23PM +0000, Saurabh Shah wrote: > > >This commit adds to the automake build system the full build required > >by the forwarding extension solution. > > > >It will help a lot in the future CI to check the full build of the > >project. > > > >To configure the forwarding extension to be built one could use the > >following: > >./configure CC=./build-aux/cccl LD="`which link`" LIBS="-lws2_32" \ > > --prefix="C:/openvswitch/usr" --localstatedir="C:/openvswitch/var" \ > > --sysconfdir="C:/openvswitch/etc" --with-pthread="C:/pthread" \ > > --with-vstudioddk="Win8.1 Release" > > > >Documentation will be updated in another patch. > > > >Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com> > > > Thanks for working on this! Just one minor nit below. > > Acked-by: Saurabh Shah <ssaur...@vmware.com>
Thanks Alin and Saurabh, I applied this to master. I dropped the extra blank line and added quoting to the test here: AM_CONDITIONAL([VSTUDIO_DDK], [test -n "$VSTUDIO_CONFIG"]) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev