Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision caa8a94d13e5b8fa72a19fe1bcb1d82be5482739)
+++ uspace/Makefile	(revision 04803bf8f1da7bdbf5ff9493b1ebf9a322103841)
@@ -35,4 +35,6 @@
 DIRS = \
 	app/bdsh \
+	app/dload \
+	app/dltest2 \
 	app/edit \
 	app/getterm \
@@ -92,4 +94,11 @@
 	drv/test2
 
+## Shared C library
+ifeq ($(CONFIG_BUILD_SHARED_LIBC), y)
+	DIRS += \
+		lib/c/shared \
+		app/dltest
+endif
+
 ## Networking
 #
@@ -146,4 +155,5 @@
 	lib/softint \
 	lib/softfloat \
+	lib/libtest \
 	lib/drv \
 	lib/packet \
