Change-Id: I5f944198aa3b2cb55855157d8087d4bef6067106
Signed-off-by: Ed Warnicke <[email protected]>
lib_LTLIBRARIES = nsh_plugin.la nsh_test_plugin.la
nsh_plugin_la_SOURCES = nsh/nsh.c \
- nsh/nsh_plugin.api.h
+ vpp-api/nsh.api.h
nsh_plugin_la_LDFLAGS = -module
BUILT_SOURCES = vpp-api/nsh.api.h
vpp-api/nsh.api.h
nsh_test_plugin_la_SOURCES = \
- nsh/nsh_test.c nsh/nsh_plugin.api.h
+ nsh/nsh_test.c vpp-api/nsh.api.h
nsh_test_plugin_la_LDFLAGS = -module
install-data-hook:
lib_LTLIBRARIES = libjvpp_nsh.la
+
libjvpp_nsh_la_SOURCES = $(srcdir)/../java/nsh.api.h jvpp/jvpp_nsh.c jvpp/io_fd_vpp_jvpp_nsh_JVppNshImpl.h
+
libjvpp_nsh_la_LIBADD = -lvlibmemoryclient -lvlibapi -lsvm -lvppinfra \
-lpthread -lm -lrt -ljvpp_common
libjvpp_nsh_la_LDFLAGS = -module