Python API: Add enum and union support.
[vpp.git] / src / vpp-api / python / Makefile.am
index 6f5beb6..e6c064e 100644 (file)
@@ -18,4 +18,6 @@ install-exec-local:
        --root /                                                        \
        --prefix $(DESTDIR)$(prefix)                                    \
        --single-version-externally-managed                             \
-       --verbose)
+       --verbose                                                       \
+       bdist_egg                                                       \
+       --dist-dir=$(DESTDIR)$(prefix))