summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>2008-05-30 05:03:40 +0000
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>2008-05-30 05:03:40 +0000
commit1b5161f0e4a95725544880a282963a8859cd22ee (patch)
tree656972eeb52f8d46a0bc53ef9eff8551eaaece3b /libraries/Makefile
parent63c2dd1dfa6e8ab87e5c2ebf47d43edfb9805c68 (diff)
downloadhaskell-1b5161f0e4a95725544880a282963a8859cd22ee.tar.gz
Add dph packages to build system
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 9b5c7dea48..888beec403 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -75,6 +75,10 @@ SUBDIRS += $(wildcard ObjectIO)
endif
SUBDIRS += $(wildcard parallel)
SUBDIRS_BUILD += $(wildcard ndp)
+SUBDIRS_BUILD += $(wildcard dph/dph-base)
+SUBDIRS_BUILD += $(wildcard dph/dph-prim-seq)
+SUBDIRS_BUILD += $(wildcard dph/dph-prim-par)
+SUBDIRS_BUILD += $(wildcard dph/dph)
endif
SUBDIRS += $(SUBDIRS_BUILD)