X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fexamples%2Fsample-plugin%2FMakefile.am;h=1825a8f111fe6c97527ffcb04b2a68ced283f21a;hb=5a72e425f9c2d5ca049fd05cd280c4bff5f73d57;hp=5c279c44b11e1f7e2f22d30a6207299fcc819ae5;hpb=1ac36d74210069d574e00e110dae398cae5130a6;p=vpp.git diff --git a/src/examples/sample-plugin/Makefile.am b/src/examples/sample-plugin/Makefile.am index 5c279c44b11..1825a8f111f 100644 --- a/src/examples/sample-plugin/Makefile.am +++ b/src/examples/sample-plugin/Makefile.am @@ -31,12 +31,13 @@ vpppluginsdir = ${libdir}/vpp_plugins include sample.am %.api.h: %.api - mkdir -p `dirname $@` ; \ + @echo " APIGEN " $@ ; \ + mkdir -p `dirname $@` ; \ vppapigen --input $^ --output $@ %.api.json: %.api - @echo " JSON APIGEN " $@ ; \ - mkdir -p `dirname $@` ; \ + @echo " JSON APIGEN " $@ ; \ + mkdir -p `dirname $@` ; \ vppapigen --input $^ JSON --output $@ apidir = $(prefix)/api/plugins