Add dph packages to build system
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Fri, 30 May 2008 05:03:40 +0000 (05:03 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Fri, 30 May 2008 05:03:40 +0000 (05:03 +0000)
libraries/Makefile

index 9b5c7de..888beec 100644 (file)
@@ -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)