diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-24 10:27:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-24 10:27:36 +0000 |
commit | 79c5c4d19e44c690970c2505d290b2517b1ee263 (patch) | |
tree | 821423466ae57af8b60fec544d8bf310c626d537 /libraries/Makefile | |
parent | 5ea32dc86b1a6efcf1a6df75366d9d1e92bbd33a (diff) | |
download | haskell-79c5c4d19e44c690970c2505d290b2517b1ee263.tar.gz |
Remove the OpenGL family of libraries from extralibs
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 4 |
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) |