summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-06-18 19:38:02 +0000
committerPeter Jones <pjones@redhat.com>2007-06-18 19:38:02 +0000
commit514e855c00a8f3f8ea519244c2c6347fcaebe5d9 (patch)
treead975937ede9733a444f6586f730137f76b944de /isys/Makefile
parent3ab755e91ac0fe68762b6e918bbc0f21b871c867 (diff)
downloadanaconda-514e855c00a8f3f8ea519244c2c6347fcaebe5d9.tar.gz
anaconda-514e855c00a8f3f8ea519244c2c6347fcaebe5d9.tar.xz
anaconda-514e855c00a8f3f8ea519244c2c6347fcaebe5d9.zip
- Remove isys's libgunzip since we never use it.
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
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)