diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-07-06 15:23:34 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-09-07 13:27:27 -0700 |
commit | 237944f38b6b08b83dff9dafbf0f7ee3ce9a3752 (patch) | |
tree | 03358b48c1fcb6a1ab1b25da5f55e42fd0a14a8e /nsh-plugin/configure.ac | |
parent | c8291ef9611e465efd5ada0ff77b1018640b9690 (diff) |
jvpp support for nsh
Augment APIs with entry_index for reply, dump and details
Squashes:
https://gerrit.fd.io/r/#/c/2538/
https://gerrit.fd.io/r/#/c/2118/
https://gerrit.fd.io/r/#/c/1884/
Change-Id: Ibbdc53e2db8ffa5499380f6ce70356c4a401315e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'nsh-plugin/configure.ac')
-rw-r--r-- | nsh-plugin/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/configure.ac b/nsh-plugin/configure.ac index 46e8faf..a8e8051 100644 --- a/nsh-plugin/configure.ac +++ b/nsh-plugin/configure.ac @@ -6,7 +6,7 @@ AC_PROG_LIBTOOL AM_PROG_AS AC_PROG_CC AM_PROG_CC_C_O - +AC_CONFIG_SUBDIRS([java]) AC_ARG_WITH(plugin-toolkit, AC_HELP_STRING([--with-plugin-toolkit], [build using the vpp toolkit]), |