diff options
-rw-r--r-- | libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 522f15c4e1..07692163e2 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -25,6 +25,7 @@ SUBDIRS += Cabal ifneq "$(GhcBootLibs)" "YES" SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) +SUBDIRS += $(wildcard html) SUBDIRS += $(wildcard network) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) @@ -38,7 +39,6 @@ SUBDIRS += $(wildcard GLUT) SUBDIRS += $(wildcard OpenAL) SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) -SUBDIRS += $(wildcard html) ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif |