Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1039)

Side by Side Diff: src/http/wscript

Issue 4940041: HTTP Traffic Generator
Patch Set: update http controller Created 11 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/http/test/http-test-suite.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 module = bld.create_ns3_module('http', ['internet', 'config-store', 'tools', 'applications'])
5 module.source = [
6 'model/http-client.cc',
7 'model/http-server.cc',
8 'model/http-controller.cc',
9 'model/http-random-variable.cc',
10 'model/http-distribution.cc',
11 'helper/http-helper.cc',
12 ]
13 ········
14 http_test = bld.create_ns3_module_test_library('http')
15 http_test.source = [
16 'test/http-test-suite.cc',
17 ]
18 ········
19 headers = bld.new_task_gen(features=['ns3header'])
20 headers.module = 'http'
21 headers.source = [
22 'model/http-client.h',
23 'model/http-server.h',
24 'model/http-controller.h',
25 'model/http-random-variable.h',
26 'model/http-distribution.h',
27 'helper/http-helper.h',
28 ]
29
30 if (bld.env['ENABLE_EXAMPLES']):
31 bld.add_subdirs('examples')
32 ······
33 bld.ns3_python_bindings()
OLDNEW
« no previous file with comments | « src/http/test/http-test-suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b