Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/Makefile

    rcecba66e r3e2291a9  
    2929USPACE_PREFIX = ../../..
    3030
    31 LIBS = nettl
     31LIBS = \
     32        $(LIBNETTL_PREFIX)/libnettl.a
     33
     34EXTRA_CFLAGS += \
     35        -I$(LIBNETTL_PREFIX)/include
    3236
    3337BINARY = tcp
Note: See TracChangeset for help on using the changeset viewer.