Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 9182e86f8fac41203c8da4e3158cbf2b160dc738)
+++ uspace/Makefile	(revision 7c4b26cbe3d53c6c9fa1c8f7bf78a840f7c05528)
@@ -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
 
