From 514e855c00a8f3f8ea519244c2c6347fcaebe5d9 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 18 Jun 2007 19:38:02 +0000 Subject: - Remove isys's libgunzip since we never use it. --- isys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isys/Makefile') diff --git a/isys/Makefile b/isys/Makefile index e4ac7360a..7b38cefc6 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -14,7 +14,7 @@ ifeq ($(USESELINUX),1) LOADLIBES += -laudit endif PYMODULES = _isys.so -SUBDIRS = gzlib +SUBDIRS = # glib LOADLIBES += $(shell pkg-config --libs glib-2.0) -- cgit