summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-24 10:27:36 +0000
committerIan Lynagh <igloo@earth.li>2008-07-24 10:27:36 +0000
commit79c5c4d19e44c690970c2505d290b2517b1ee263 (patch)
tree821423466ae57af8b60fec544d8bf310c626d537 /libraries/Makefile
parent5ea32dc86b1a6efcf1a6df75366d9d1e92bbd33a (diff)
downloadhaskell-79c5c4d19e44c690970c2505d290b2517b1ee263.tar.gz
Remove the OpenGL family of libraries from extralibs
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 2216c968c5..f78948c974 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -63,10 +63,6 @@ SUBDIRS += $(wildcard QuickCheck)
SUBDIRS += $(wildcard HUnit)
SUBDIRS += $(wildcard mtl)
SUBDIRS += $(wildcard time)
-SUBDIRS += $(wildcard OpenGL)
-SUBDIRS += $(wildcard GLUT)
-SUBDIRS += $(wildcard OpenAL)
-SUBDIRS += $(wildcard ALUT)
SUBDIRS += $(wildcard stm)
SUBDIRS += $(wildcard xhtml)
SUBDIRS += $(wildcard cgi)