aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vpp-api/python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vpp-api/python/Makefile.am b/src/vpp-api/python/Makefile.am
index 6f5beb69..be73d28b 100644
--- a/src/vpp-api/python/Makefile.am
+++ b/src/vpp-api/python/Makefile.am
@@ -18,4 +18,5 @@ install-exec-local:
--root / \
--prefix $(DESTDIR)$(prefix) \
--single-version-externally-managed \
- --verbose)
+ --verbose \
+ bdist_egg)