]> git.proxmox.com Git - mirror_ovs.git/commit
Windows: Fix broken build caused by a bad file extension
authorAlin Gabriel Serdean <aserdean@ovn.org>
Tue, 27 Mar 2018 17:29:49 +0000 (20:29 +0300)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 2 Apr 2018 07:10:35 +0000 (10:10 +0300)
commit4a38a09cf2d80eb14f5f0a20da46b118aa5581af
treeace75e5849201a0f6fdb4ace618eb06abb1fbdb2
parent999c7773a60b296b68a99e85a0e1b4577ec6b6dc
Windows: Fix broken build caused by a bad file extension

The compiler (cl) complains:
`ovsdb/ovsdb-server.c(689) : fatal error C1083:
    Cannot open include file: 'ovsdb/_server.ovsschema.inc':
       No such file or directory`
(https://ci.appveyor.com/project/blp/ovs/build/1.0.4079#L2586)

Generated compiler objects have the extension `.obj` on Windows.

This patch switches to `$(OBJEXT)` instead, so the schema will be generated.

Signed-off-by: Alin Gabriel Serdean aserdean@ovn.org
Acked-by: Ben Pfaff <blp@ovn.org>
ovsdb/automake.mk