Changeset 4687a26c in mainline for uspace/lib/net/Makefile
- Timestamp:
- 2010-11-02T18:29:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f35b9ff
- Parents:
- 76e1121f (diff), 28f4adb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/Makefile
r76e1121f r4687a26c 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -Iinclude -I$(LIBSOCKET_PREFIX)/include31 EXTRA_CFLAGS = -Iinclude 32 32 LIBRARY = libnet 33 33 34 34 SOURCES = \ 35 generic/generic.c \ 35 36 generic/net_remote.c \ 36 37 generic/net_checksum.c \ 38 generic/packet_client.c \ 37 39 generic/packet_remote.c \ 40 generic/protocol_map.c \ 38 41 adt/module_map.c \ 39 42 netif/netif_local.c \ 40 43 netif/netif_remote.c \ 41 netif/netif_nil_bundle.c \42 44 nil/nil_remote.c \ 45 il/il_interface.c \ 43 46 il/ip_remote.c \ 44 47 il/ip_client.c \ … … 46 49 tl/icmp_remote.c \ 47 50 tl/icmp_client.c \ 51 tl/socket_core.c \ 52 tl/tl_interface.c \ 48 53 tl/tl_common.c 49 54
Note:
See TracChangeset
for help on using the changeset viewer.