BUILD.Windows: Build idl headers separately.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 12 Mar 2014 17:04:27 +0000 (10:04 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 13 Mar 2014 16:17:46 +0000 (09:17 -0700)
idl headers won't be built, if we build individual executables
e..g., "make ovsbd/ovsdb-server.exe". According to
http://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
we may have to add the headers as dependecies for every executables.

Currently the lack of a ovs-appctl port to Windows prevents us from
running just a "make". We plan to get ovs-appctl port done soon. Till
then, call out that the idl headers need to be built separately.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
BUILD.Windows

index c640e28..9bbaa80 100644 (file)
@@ -58,6 +58,7 @@ or from a distribution tar ball.
 
 * Run make for the ported executables in the top source directory, e.g.:
 
+  % make lib/vswitch-idl.h lib/vtep-idl.h
   % make utilities/ovs-vsctl.exe ovsdb/ovsdb-server.exe
 
 OpenSSL, Open vSwitch and Visual C++