From dc3df8bd287b040e3d389b527781e7272b000ad0 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Tue, 27 Mar 2001 19:31:23 +0000
Subject: [PATCH] Split ui.ccl into parts, one file for each race and a common
 used file.

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b40f5f17b..74e4fd0bb 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,8 @@ PICS    = contrib/freecraft.png contrib/freecraft.ico
 
 CCLS	= data/ccl/units.ccl data/ccl/missiles.ccl data/ccl/icons.ccl \
 	  data/ccl/tilesets.ccl data/ccl/sound.ccl data/ccl/freecraft.ccl \
-	  data/ccl/ui.ccl data/ccl/fonts.ccl data/ccl/ai.ccl \
+	  data/ccl/ui.ccl data/ccl/human/ui.ccl data/ccl/orc/ui.ccl \
+	  data/ccl/fonts.ccl data/ccl/ai.ccl \
 	  data/ccl/summer.ccl data/ccl/winter.ccl data/ccl/wasteland.ccl \
 	  data/ccl/swamp.ccl data/ccl/anim.ccl data/ccl/upgrade.ccl \
 	  data/ccl/buttons.ccl data/ccl/human/buttons.ccl \