Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
1762af750b9714ff11370db3d9d4cfd91ffad2af
/
.
/
examples
/
wscript
blob: 1ebcd2da9e1408e631170ed9e23341c14980e7e8 [
file
] [
log
] [
blame
]
Ilya Moiseenko
1762af7
2011-07-18 16:43:10 -0700
[
diff
] [
blame^
]
1
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3
def
build
(
bld
):
4
obj
=
bld
.
create_ns3_program
(
'syntactic-topology-ndnabstraction'
,
5
[
'core-module'
])
6
obj
.
source
=
'syntactic-topology-ndnabstraction.c'