diff options
author | Igor Mikhailov (imichail) <imichail@cisco.com> | 2017-05-11 22:15:36 -0700 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-05-16 07:03:59 +0000 |
commit | 7f5cc7c308b55db3a7eb4a734de258bde9e2958f (patch) | |
tree | 8498da15db49526db460190adc08acb041a8bf10 | |
parent | e04d09de8433213f3c3e8cdc5acaa7e2289d92de (diff) |
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) <imichail@cisco.com>
-rw-r--r-- | src/vpp-api/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |