From 1b5161f0e4a95725544880a282963a8859cd22ee Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Fri, 30 May 2008 05:03:40 +0000 Subject: [PATCH] Add dph packages to build system --- libraries/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/Makefile b/libraries/Makefile index 9b5c7de..888beec 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) -- 1.7.10.4