src/devices/point-to-point/wscript
changeset 1000 7c942ac88714
parent 974 8fe48f318a88
child 1217 2f7791ae388d
equal deleted inserted replaced
999:a3c715562d79 1000:7c942ac88714
    15     headers.source = [
    15     headers.source = [
    16         'point-to-point-net-device.h',
    16         'point-to-point-net-device.h',
    17         'point-to-point-channel.h',
    17         'point-to-point-channel.h',
    18         'point-to-point-topology.h',
    18         'point-to-point-topology.h',
    19         ]
    19         ]
    20     module.includes = '.'
       
    21 
    20