aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin-api
diff options
context:
space:
mode:
Diffstat (limited to 'nsh-plugin-api')
-rw-r--r--nsh-plugin-api/Makefile.am2
-rw-r--r--nsh-plugin-api/configure.ac14
2 files changed, 16 insertions, 0 deletions
diff --git a/nsh-plugin-api/Makefile.am b/nsh-plugin-api/Makefile.am
new file mode 100644
index 0000000..e079ab7
--- /dev/null
+++ b/nsh-plugin-api/Makefile.am
@@ -0,0 +1,2 @@
+AUTOMAKE_OPTIONS = foreign
+SUBDIRS = java
diff --git a/nsh-plugin-api/configure.ac b/nsh-plugin-api/configure.ac
new file mode 100644
index 0000000..4430c8f
--- /dev/null
+++ b/nsh-plugin-api/configure.ac
@@ -0,0 +1,14 @@
+AC_INIT(vpp-api, 1.0.0)
+LT_INIT
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_SUBDIRS([java])
+AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
+
+AM_PROG_AS
+AC_PROG_CC
+AM_PROG_CC_C_O
+
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
+