Changes in uspace/lib/inet/meson.build [ec7902d:4b9213d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/inet/meson.build
rec7902d r4b9213d 1 1 # 2 # Copyright (c) 202 1Jiri Svoboda2 # Copyright (c) 2024 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 allow_shared = true 30 29 31 src = files( 30 32 'src/addr.c', … … 32 34 'src/dnsr.c', 33 35 'src/endpoint.c', 36 'src/eth_addr.c', 34 37 'src/host.c', 35 38 'src/hostname.c', … … 43 46 'src/udp.c', 44 47 ) 48 49 test_src = files( 50 'test/addr.c', 51 'test/eth_addr.c', 52 'test/main.c', 53 )
Note:
See TracChangeset
for help on using the changeset viewer.