2
0
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:
Daniele Di Proietto 2015-03-09 13:52:08 +00:00 committed by Ben Pfaff
parent 7af77bbd04
commit 973edd6eaf
3 changed files with 7 additions and 2 deletions

View File

@ -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])

View File

@ -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
View File

@ -0,0 +1,4 @@
libvtep_@LT_CURRENT@ {
global:
*;
};