summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e3814c18..0802ef1f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-01-13 Jeremy Katz <katzj@redhat.com>
+ * Makefile (SUBDIRS): Add ui subdir.
+
* ui/Makefile: Add the makefile.
* po/Makefile: Handle extracting strings which need translating
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))