From 6a0529a9ce938a7a65213aed79294e0f442d26d4 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 2 Dec 2008 17:06:39 +0000 Subject: [PATCH] Took out the pregen sources from tock_SOURCES_hs, which I think would have caused them to be packaged (don't think we would want to, or at least we don't need to) --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a217f68..780fc36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -169,9 +169,6 @@ tock_SOURCES_hs += common/Utils.hs tock_SOURCES_hs += data/AST.hs tock_SOURCES_hs += data/CompState.hs tock_SOURCES_hs += data/Metadata.hs -tock_SOURCES_hs += data/NavAST.hs -tock_SOURCES_hs += data/OrdAST.hs -tock_SOURCES_hs += data/TagAST.hs tock_SOURCES_hs += flow/FlowAlgorithms.hs tock_SOURCES_hs += flow/FlowGraph.hs tock_SOURCES_hs += flow/FlowUtils.hs