summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-01-13 19:07:49 +0000
committerJeremy Katz <katzj@redhat.com>2005-01-13 19:07:49 +0000
commit9053e70a519fd1133cc79b777287736732db23de (patch)
treec07c6599f0506fcccc33ebc5dbfa908241828a2e /Makefile
parente607f663efd353e7fe2086e895360133a418545c (diff)
downloadanaconda-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 567f217c2..b01900b49 100644
--- a/Makefile
+++ b/Makefile
@@ -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))