diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-01-13 19:07:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-01-13 19:07:49 +0000 |
commit | 9053e70a519fd1133cc79b777287736732db23de (patch) | |
tree | c07c6599f0506fcccc33ebc5dbfa908241828a2e /Makefile | |
parent | e607f663efd353e7fe2086e895360133a418545c (diff) | |
download | anaconda-9053e70a519fd1133cc79b777287736732db23de.tar.gz anaconda-9053e70a519fd1133cc79b777287736732db23de.tar.xz anaconda-9053e70a519fd1133cc79b777287736732db23de.zip |
2005-01-13 Jeremy Katz <katzj@redhat.com>
* Makefile (SUBDIRS): Add ui subdir.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ RELEASE := $(shell awk '/Release:/ { print $$2 }' anaconda.spec) SUBDIRS = isys loader2 po stubs \ textw utils scripts bootdisk installclasses \ - iw pixmaps isomd5sum command-stubs + iw pixmaps isomd5sum command-stubs ui # fonts aren't on s390/s390x ifneq (s390, $(ARCH)) ifneq (s390x, $(ARCH)) |