Build package ndp if present
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Tue, 19 Jun 2007 01:15:10 +0000 (01:15 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Tue, 19 Jun 2007 01:15:10 +0000 (01:15 +0000)
libraries/Makefile

index 7e1a621..9890f79 100644 (file)
@@ -72,6 +72,7 @@ ifeq "$(GhcLibsWithObjectIO)" "YES"
 SUBDIRS += $(wildcard ObjectIO)
 endif
 SUBDIRS += $(wildcard parallel)
+SUBDIRS += $(wildcard ndp)
 endif
 
 # -----------------------------------------------------------------------------