From 5a1a0eb0db6d43276080798ed970b397947006cf Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Tue, 19 Jun 2007 01:15:10 +0000 Subject: [PATCH] Build package ndp if present --- libraries/Makefile | 1 + 1 file changed, 1 insertion(+) 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 # ----------------------------------------------------------------------------- -- 1.7.10.4