From 04f8d3fe25ab8f7088d6817350903197915e7669 Mon Sep 17 00:00:00 2001 From: Anlu Yan Date: Wed, 22 Feb 2017 09:18:11 -0800 Subject: Support multiple plugin build in the sample-plugin This follows the setup in the src/plugins directory, and allows multiple plugin build independent of the main vpp source tree. Change-Id: I9e20f4087d72ad89c6dc3f505bace4628385a40e Signed-off-by: Anlu Yan --- src/examples/sample-plugin/configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/examples/sample-plugin/configure.ac') diff --git a/src/examples/sample-plugin/configure.ac b/src/examples/sample-plugin/configure.ac index 43642732950..204da2fe1de 100644 --- a/src/examples/sample-plugin/configure.ac +++ b/src/examples/sample-plugin/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sample_plugin, 1.0) +AC_INIT(vpp_plugins, 1.0) LT_INIT AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) @@ -7,3 +7,5 @@ AC_PREFIX_DEFAULT([/usr]) AC_PROG_CC AC_OUTPUT([Makefile]) + +AC_CONFIG_MACRO_DIR([m4]) -- cgit 1.2.3-korg