Place the vpp_papi*.egg file together with other build products. 55/6655/3
authorIgor Mikhailov (imichail) <imichail@cisco.com>
Fri, 12 May 2017 05:15:36 +0000 (22:15 -0700)
committerOle Trøan <otroan@employees.org>
Tue, 16 May 2017 07:03:59 +0000 (07:03 +0000)
This way it will be deleted when clean/wipe is performed.

Change-Id: Ic3fcfe8b80ac8b80a5a25ec04c35c36a638ca570
Signed-off-by: Igor Mikhailov (imichail) <imichail@cisco.com>
src/vpp-api/python/Makefile.am

index be73d28..e6c064e 100644 (file)
@@ -19,4 +19,5 @@ install-exec-local:
        --prefix $(DESTDIR)$(prefix)                                    \
        --single-version-externally-managed                             \
        --verbose                                                       \
-       bdist_egg)
+       bdist_egg                                                       \
+       --dist-dir=$(DESTDIR)$(prefix))