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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcaa8a94 ra6dffb8  
    3535DIRS = \
    3636        app/bdsh \
     37        app/dltest2 \
    3738        app/edit \
    3839        app/getterm \
     
    9293        drv/test2
    9394
     95## Shared libraries
     96ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
     97        DIRS += \
     98                app/dltest
     99endif
     100
    94101## Networking
    95102#
     
    146153        lib/softint \
    147154        lib/softfloat \
     155        lib/test \
    148156        lib/drv \
    149157        lib/packet \
Note: See TracChangeset for help on using the changeset viewer.