summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-17 22:13:52 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-17 22:13:52 +0200
commit09f417b341229af5137586718440820614f35665 (patch)
tree7104bd2332f4f28aa565c4c7b22ed2f05f6b3499 /tests/GNUmakefile
parentfcb0704b0f88583e89023a55d2a8964742b93852 (diff)
downloadwolfbones-09f417b341229af5137586718440820614f35665.tar.gz
wolfbones-09f417b341229af5137586718440820614f35665.tar.bz2
started to add a dynamic library loader, interface and Linux/DLFCN for now
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index b5a23cc..ba00e61 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS = threads port log gettext network daemon service
+SUBDIRS = threads port log gettext network daemon service library
-include $(TOPDIR)/makefiles/gmake/sub.mk