commit | 1762af750b9714ff11370db3d9d4cfd91ffad2af | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Mon Jul 18 16:43:10 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Mon Jul 18 16:43:10 2011 -0700 |
tree | 04712c1dd63b51ff2ae474d54cadbb4169b70b1b | |
parent | 53fb2e5b675b996ba304bebbe124a6fe7236dc77 [diff] [blame] |
Module template now builds into ns-3
diff --git a/examples/wscript b/examples/wscript new file mode 100644 index 0000000..1ebcd2d --- /dev/null +++ b/examples/wscript
@@ -0,0 +1,6 @@ +## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- + +def build(bld): + obj = bld.create_ns3_program('syntactic-topology-ndnabstraction', + ['core-module']) + obj.source = 'syntactic-topology-ndnabstraction.c' \ No newline at end of file