Bug 801 - ns-3.7 and SVN not coexisting nicely

This commit is contained in:
Andrey Mazo
2010-04-16 12:39:56 -04:00
parent 4bae5d0289
commit dc7a68f47c

View File

@@ -512,6 +512,8 @@ def add_examples_programs(bld):
env = bld.env_of_name('default')
if env['ENABLE_EXAMPLES']:
for dir in os.listdir('examples'):
if dir.startswith('.') or dir == 'CVS':
continue
if os.path.isdir(os.path.join('examples', dir)):
bld.add_subdirs(os.path.join('examples', dir))