daemon: Use autoconf to build the vnoded, vcmd, and netns programs.

This commit is contained in:
tgoff0 2015-02-20 03:10:56 +00:00
parent b41523216f
commit cb93153007
2 changed files with 1 additions and 7 deletions

View file

@ -20,7 +20,6 @@ setup(name = "core-python-netns",
version = "1.0",
description = "Extension modules to support virtual nodes using " \
"Linux network namespaces",
data_files = [("sbin", ('vcmd', 'vnoded', 'netns')), ],
ext_modules = [netns, vcmd],
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",