From: Igor Mikhailov (imichail) Date: Fri, 12 May 2017 05:15:36 +0000 (-0700) Subject: Place the vpp_papi*.egg file together with other build products. X-Git-Tag: v17.07-rc1~184 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7f5cc7c308b55db3a7eb4a734de258bde9e2958f;hp=e04d09de8433213f3c3e8cdc5acaa7e2289d92de;p=vpp.git Place the vpp_papi*.egg file together with other build products. This way it will be deleted when clean/wipe is performed. Change-Id: Ic3fcfe8b80ac8b80a5a25ec04c35c36a638ca570 Signed-off-by: Igor Mikhailov (imichail) --- diff --git a/src/vpp-api/python/Makefile.am b/src/vpp-api/python/Makefile.am index be73d28b96b..e6c064e14d8 100644 --- a/src/vpp-api/python/Makefile.am +++ b/src/vpp-api/python/Makefile.am @@ -19,4 +19,5 @@ install-exec-local: --prefix $(DESTDIR)$(prefix) \ --single-version-externally-managed \ --verbose \ - bdist_egg) + bdist_egg \ + --dist-dir=$(DESTDIR)$(prefix))