Changeset 99d3123 in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2018-07-12T15:18:55Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9912f49
Parents:
2eadda9
Message:

libc needs a string.h (for the outside users, at least).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r2eadda9 r99d3123  
    7979        generic/mem.c \
    8080        generic/str.c \
     81        generic/string.c \
    8182        generic/str_error.c \
    8283        generic/strtol.c \
     
    203204        test/stdio.c \
    204205        test/stdlib.c \
    205         test/str.c
     206        test/str.c \
     207        test/string.c
    206208
    207209include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.