Add missing dph package to Makefile
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Wed, 2 Jul 2008 02:21:42 +0000 (02:21 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Wed, 2 Jul 2008 02:21:42 +0000 (02:21 +0000)
libraries/Makefile

index aa64155..b58777d 100644 (file)
@@ -76,6 +76,7 @@ endif
 SUBDIRS += $(wildcard parallel)
 SUBDIRS_BUILD += $(wildcard ndp)
 SUBDIRS_BUILD += $(wildcard dph/dph-base)
+SUBDIRS_BUILD += $(wildcard dph/dph-prim-interface)
 SUBDIRS_BUILD += $(wildcard dph/dph-prim-seq)
 SUBDIRS_BUILD += $(wildcard dph/dph-prim-par)
 SUBDIRS_BUILD += $(wildcard dph/dph)