Skip to content

Commit

Permalink
vtep: fix '--enable-shared' build and 'make distcheck'.
Browse files Browse the repository at this point in the history
Found by travis.  Broken by commit 9d82156 ('vtep: Move vtep IDL files
into new "libvtep.la".')

Signed-off-by: Daniele Di Proietto <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
ddiproietto authored and blp committed Mar 9, 2015
1 parent 7af77bb commit 973edd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion vtep/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 4 additions & 0 deletions vtep/libvtep.sym.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libvtep_@LT_CURRENT@ {
global:
*;
};

0 comments on commit 973edd6

Please sign in to comment.