From 7f5cc7c308b55db3a7eb4a734de258bde9e2958f Mon Sep 17 00:00:00 2001 From: "Igor Mikhailov (imichail)" Date: Thu, 11 May 2017 22:15:36 -0700 Subject: [PATCH 1/1] 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) --- src/vpp-api/python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.16.6