diff -r 311e95076ad1 -r c5f41363f688 examples/naming/wscript --- a/examples/naming/wscript Fri Jun 27 22:28:07 2014 +0200 +++ b/examples/naming/wscript Sat Jun 28 08:31:24 2014 +0200 @@ -1,5 +1,5 @@ ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- def build(bld): - obj = bld.create_ns3_program('object-names', ['core', 'csma', 'internet']) + obj = bld.create_ns3_program('object-names', ['core', 'csma', 'internet', 'applications']) obj.source = 'object-names.cc'