Changes in uspace/lib/c/Makefile [67ca359:8f18f1e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r67ca359 r8f18f1e  
    5353        generic/context.c \
    5454        generic/corecfg.c \
    55         generic/ctype.c \
    5655        generic/devman.c \
    5756        generic/device/hw_res.c \
     
    190189TEST_SOURCES = \
    191190        test/adt/circ_buf.c \
    192         test/casting.c \
     191        test/adt/odict.c \
    193192        test/fibril/timer.c \
    194193        test/main.c \
     
    197196        test/io/table.c \
    198197        test/stdio/scanf.c \
    199         test/odict.c \
    200         test/perf.c \
    201198        test/perm.c \
    202199        test/qsort.c \
     
    205202        test/stdlib.c \
    206203        test/str.c \
    207         test/string.c
     204        test/string.c \
     205        test/cap.c \
     206        test/gsort.c \
     207        test/ieee_double.c \
     208        test/double_to_str.c \
     209        test/getopt.c \
     210        test/uuid.c \
     211        test/imath.c
    208212
    209213include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.