More waf 1.6.7 build fixes

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-09-12 14:54:27 +01:00
parent c3059b6e68
commit 0536f2416f
9 changed files with 130 additions and 140 deletions

View File

@@ -3,7 +3,7 @@
import os
import Options
def set_options(opt):
def options(opt):
opt.add_option('--with-openflow',
help=('Path to OFSID source for NS-3 OpenFlow Integration support'),
default='', dest='with_openflow')