Changes in uspace/Makefile [a6dffb8:caa8a94] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra6dffb8 rcaa8a94  
    3535DIRS = \
    3636        app/bdsh \
    37         app/dltest2 \
    3837        app/edit \
    3938        app/getterm \
     
    9392        drv/test2
    9493
    95 ## Shared libraries
    96 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    97         DIRS += \
    98                 app/dltest
    99 endif
    100 
    10194## Networking
    10295#
     
    153146        lib/softint \
    154147        lib/softfloat \
    155         lib/test \
    156148        lib/drv \
    157149        lib/packet \
Note: See TracChangeset for help on using the changeset viewer.