Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision af2254ece47fffd627e909e8547dca085773c990)
+++ uspace/Makefile	(revision 741b2fb1909363f2ca0ec5f58957ea347df82946)
@@ -41,5 +41,4 @@
 	app/corecfg \
 	app/devctl \
-	app/dltest \
 	app/dnscfg \
 	app/dnsres \
@@ -167,4 +166,5 @@
 	drv/platform/icp
 
+
 ## Platform-specific hardware support
 #
@@ -210,4 +210,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
 
