diff options
-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 6f5beb69b17..be73d28b96b 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) |