From 854dd40a5c5d2b22be5a314a351772daeffa6dbd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 4 Jul 2008 22:10:26 +0000 Subject: [PATCH] Remove fgl from the libraries Makefile It's no longer an extralib --- libraries/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Makefile b/libraries/Makefile index 14cc369..f90cc71 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -61,7 +61,6 @@ SUBDIRS += $(wildcard network) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) -SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard OpenGL) SUBDIRS += $(wildcard GLUT) -- 1.7.10.4