aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/Makefile.am
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2017-05-23 22:33:08 +0800
committerHongjun Ni <hongjun.ni@intel.com>2017-05-24 22:36:18 +0800
commit8c1fd9479513cd466f643f9f0fb132e5da91651c (patch)
tree91bbaaa33d452e8045b8b60990251448a9dba40e /nsh-plugin/Makefile.am
parent63bad81f1fa6c18cffc1acdc289891262d7b2685 (diff)
Add Eth as NSH transport. NSHSFC-31
Change-Id: Ie0bac56af68ba0b1b45baf9d9a5822fbc1b2c0ac Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/Makefile.am')
-rw-r--r--nsh-plugin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsh-plugin/Makefile.am b/nsh-plugin/Makefile.am
index 64be6b6..3f73fda 100644
--- a/nsh-plugin/Makefile.am
+++ b/nsh-plugin/Makefile.am
@@ -23,6 +23,7 @@ CPPFLAGS += -DDEBUG -g
lib_LTLIBRARIES = nsh_plugin.la nsh_test_plugin.la
nsh_plugin_la_SOURCES = nsh/nsh.c \
nsh/nsh_pop.c \
+ nsh/nsh_output.c \
vpp-api/nsh.api.h \
nsh-md2-ioam/nsh_md2_ioam.c \
nsh-md2-ioam/nsh_md2_ioam_trace.c \