From: Manuel M T Chakravarty Date: Tue, 19 Jun 2007 01:15:10 +0000 (+0000) Subject: Build package ndp if present X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5a1a0eb0db6d43276080798ed970b397947006cf Build package ndp if present --- diff --git a/libraries/Makefile b/libraries/Makefile index 7e1a621..9890f79 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -72,6 +72,7 @@ ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif SUBDIRS += $(wildcard parallel) +SUBDIRS += $(wildcard ndp) endif # -----------------------------------------------------------------------------