diff options
author | Dave Barach <dave@barachs.net> | 2016-02-24 11:29:06 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2016-02-24 11:30:44 -0500 |
commit | 1f49ed666af8b9cb889f9ea61f084341d0b6c4f4 (patch) | |
tree | 0e951e3cc6a21f7320084a6b5f0e213f1852b634 /vnet/Makefile.am | |
parent | 9f50b0b5b12c0e1b01f36cf84070549911197584 (diff) |
Link the vpp application against libvnet.so, not libvnet.a
Turn of srp, mainly as an example of how to restructure a featurette
for selective disablement.
Change-Id: Id3364c58a8711b103939f4434adfa67177380f67
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index f44bb12492c..fc5a3ec9b70 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -16,7 +16,6 @@ AUTOMAKE_OPTIONS = foreign subdir-objects AM_CFLAGS = -Wall @DPDK@ @VIRL@ @IPSEC@ @VCGN@ @IPV6SR@ libvnet_la_SOURCES = -libvnetplugin_la_SOURCES = nobase_include_HEADERS = noinst_PROGRAMS = @@ -42,6 +41,7 @@ nobase_include_HEADERS += \ vnet/interface_funcs.h \ vnet/l3_types.h \ vnet/pipeline.h \ + vnet/plugin/plugin.h \ vnet/replication.h \ vnet/rewrite.h \ vnet/vnet.h @@ -620,17 +620,7 @@ nobase_include_HEADERS += \ vnet/unix/tuntap.h \ vnet/unix/tapcli.h -######################################## -# Plugin client library -######################################## - -libvnetplugin_la_SOURCES += \ - vnet/plugin/p1.c - -nobase_include_HEADERS += \ - vnet/plugin/plugin.h - -lib_LTLIBRARIES = libvnet.la libvnetplugin.la +lib_LTLIBRARIES = libvnet.la dpdk_libs = |