Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/Makefile

    r14f1db0 r014dd57b  
    2929
    3030USPACE_PREFIX = ../..
    31 EXTRA_CFLAGS = -Iinclude -I$(LIBSOCKET_PREFIX)/include
     31EXTRA_CFLAGS = -Iinclude
    3232LIBRARY = libnet
    3333
    3434SOURCES = \
     35        generic/generic.c \
    3536        generic/net_remote.c \
    3637        generic/net_checksum.c \
     38        generic/packet_client.c \
    3739        generic/packet_remote.c \
     40        generic/protocol_map.c \
    3841        adt/module_map.c \
    39         netif/netif_local.c \
    4042        netif/netif_remote.c \
    41         netif/netif_nil_bundle.c \
     43        netif/netif_skel.c \
    4244        nil/nil_remote.c \
     45        nil/nil_skel.c \
     46        il/il_remote.c \
     47        il/il_skel.c \
    4348        il/ip_remote.c \
    4449        il/ip_client.c \
     
    4651        tl/icmp_remote.c \
    4752        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
    4957
    5058include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.