Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 9182e86f8fac41203c8da4e3158cbf2b160dc738)
+++ uspace/Makefile	(revision 0dc9a474237e8ccc9e129b032001e4775b9957dd)
@@ -41,5 +41,4 @@
 	app/corecfg \
 	app/devctl \
-	app/dltest \
 	app/dnscfg \
 	app/dnsres \
@@ -166,4 +165,5 @@
 	drv/platform/icp
 
+
 ## Platform-specific hardware support
 #
@@ -209,4 +209,12 @@
 		drv/fb/amdm37x_dispc \
 		srv/hw/irc/icp-ic
+endif
+
+## Dynamic linking tests
+#
+ifeq ($(CONFIG_BUILD_SHARED_LIBS),y)
+	DIRS += \
+		app/dltest \
+		app/dltests
 endif
 
