update to installation docs, tweaks to handling python2/3 package builds
This commit is contained in:
parent
223bcb64f1
commit
fc654a31a8
7 changed files with 138 additions and 207 deletions
|
@ -8,8 +8,6 @@
|
|||
#
|
||||
|
||||
AM_CFLAGS = -Wall -fno-strict-aliasing -O3 -g @libev_CFLAGS@
|
||||
SETUPPY = setup.py
|
||||
SETUPPYFLAGS = -v
|
||||
|
||||
SRC_COMMON = vnode_msg.c vnode_cmd.c vnode_chnl.c vnode_io.c \
|
||||
vnode_msg.h vnode_cmd.h vnode_chnl.h vnode_io.h \
|
||||
|
@ -29,7 +27,3 @@ netns_SOURCES = $(SRC_NETNS)
|
|||
|
||||
# extra cruft to remove
|
||||
DISTCLEANFILES = Makefile.in MANIFEST
|
||||
|
||||
# include source files for Python libraries with distribution tarball
|
||||
EXTRA_DIST = setup.py MANIFEST.in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue