Changes in uspace/lib/net/Makefile [14f1db0:014dd57b] in mainline
- File:
-
- 1 edited
-
uspace/lib/net/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/Makefile
r14f1db0 r014dd57b 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.
