mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
vtep: fix '--enable-shared' build and 'make distcheck'.
Found by travis. Broken by commit 9d8215698 ('vtep: Move vtep IDL files into new "libvtep.la".') Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
parent
7af77bbd04
commit
973edd6eaf
@ -135,7 +135,8 @@ AC_CONFIG_FILES([
|
||||
ovsdb/libovsdb.sym
|
||||
ofproto/libofproto.sym
|
||||
lib/libsflow.sym
|
||||
lib/libopenvswitch.sym])
|
||||
lib/libopenvswitch.sym
|
||||
vtep/libvtep.sym])
|
||||
|
||||
OVS_ENABLE_OPTION([-Wall])
|
||||
OVS_ENABLE_OPTION([-Wextra])
|
||||
|
@ -2,7 +2,7 @@
|
||||
OVSIDL_BUILT += \
|
||||
vtep/vtep-idl.c \
|
||||
vtep/vtep-idl.h \
|
||||
vtep/vtep.ovsidl
|
||||
vtep/vtep-idl.ovsidl
|
||||
EXTRA_DIST += vtep/vtep-idl.ann
|
||||
VTEP_IDL_FILES = \
|
||||
$(srcdir)/vtep/vtep.ovsschema \
|
||||
|
4
vtep/libvtep.sym.in
Normal file
4
vtep/libvtep.sym.in
Normal file
@ -0,0 +1,4 @@
|
||||
libvtep_@LT_CURRENT@ {
|
||||
global:
|
||||
*;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user