From f32eaf3f5bfe40f79ecaf75ec770be48ef49b7e6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 11 Nov 2007 21:36:18 +0000 Subject: [PATCH] Remove ex-extralibs from libraries/Makefile --- libraries/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index 9dc67d2..ea574e1 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -62,13 +62,7 @@ SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) -SUBDIRS += $(wildcard X11) SUBDIRS += $(wildcard time) -ifeq "$(Windows)" "NO" -# HGL is not working on Win32, so omit it for now. Better not to ship it -# at all than to ship a broken version. -SUBDIRS += $(wildcard HGL) -endif SUBDIRS += $(wildcard OpenGL) SUBDIRS += $(wildcard GLUT) SUBDIRS += $(wildcard OpenAL) @@ -76,7 +70,6 @@ SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) SUBDIRS += $(wildcard xhtml) SUBDIRS += $(wildcard cgi) -SUBDIRS += $(wildcard arrows) ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif -- 1.7.10.4