diff options
author | Peter Jones <pjones@redhat.com> | 2007-06-18 19:38:02 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2007-06-18 19:38:02 +0000 |
commit | 514e855c00a8f3f8ea519244c2c6347fcaebe5d9 (patch) | |
tree | ad975937ede9733a444f6586f730137f76b944de /isys/Makefile | |
parent | 3ab755e91ac0fe68762b6e918bbc0f21b871c867 (diff) | |
download | anaconda-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/Makefile | 2 |
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) |