From e72e537c47d82404246ff1f7d60fcbecb11309c1 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sat, 17 May 2008 16:55:04 +0000 Subject: [PATCH] Added a missing line in the Makefile for UnifyType --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 35ae5c0..dbb76a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,6 +145,7 @@ tock_SOURCES_hs += frontends/RainPasses.hs tock_SOURCES_hs += frontends/RainTypes.hs tock_SOURCES_hs += frontends/StructureOccam.hs tock_SOURCES_hs += frontends/TypeUnification.hs +tock_SOURCES_hs += frontends/UnifyType.hs tock_SOURCES_hs += pass/Pass.hs tock_SOURCES_hs += pass/PassList.hs tock_SOURCES_hs += pass/Properties.hs