add --enable-vnodedonly configure flag; make Python optional

This commit is contained in:
Jeff Ahrenholz 2018-10-10 12:26:21 -07:00
parent b844f647e3
commit 06709de2e9
3 changed files with 31 additions and 5 deletions

View file

@ -7,6 +7,8 @@
# Makefile for building corens3 components.
#
if WANT_PYTHON
SETUPPY = setup.py
SETUPPYFLAGS = -v
@ -47,3 +49,6 @@ DISTCLEANFILES = Makefile.in
# files to include with distribution tarball
EXTRA_DIST = LICENSE $(SETUPPY) corens3 examples
endif
# endif WANT_PYTHON