Changeset 89c57b6 in mainline for uspace/lib/net/Makefile
- Timestamp:
- 2011-04-13T14:45:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88634420
- Parents:
- cefb126 (diff), 17279ead (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
-
uspace/lib/net/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/Makefile
rcefb126 r89c57b6 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 netif/netif_local.c \40 42 netif/netif_remote.c \ 41 netif/netif_ nil_bundle.c \43 netif/netif_skel.c \ 42 44 nil/nil_remote.c \ 45 nil/nil_skel.c \ 46 il/il_remote.c \ 47 il/il_skel.c \ 43 48 il/ip_remote.c \ 44 49 il/ip_client.c \ … … 46 51 tl/icmp_remote.c \ 47 52 tl/icmp_client.c \ 48 tl/tl_common.c 53 tl/socket_core.c \ 54 tl/tl_common.c \ 55 tl/tl_remote.c \ 56 tl/tl_skel.c 49 57 50 58 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
