From ec504c1f05161c0023dc89769973b660259a0e51 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Mon, 19 Apr 1999 20:19:56 +0000
Subject: [PATCH] Added colours.h to distribution.

---
 Simulator/Objects/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Simulator/Objects/Makefile.am b/Simulator/Objects/Makefile.am
index b04d45d48..d7c50ff56 100644
--- a/Simulator/Objects/Makefile.am
+++ b/Simulator/Objects/Makefile.am
@@ -1,6 +1,7 @@
 noinst_LIBRARIES = libObjects.a
 
 libObjects_a_SOURCES = \
+	colours.h \
 	fragment.cxx fragment.hxx \
 	material.cxx material.hxx \
 	obj.cxx obj.hxx \