From bd76b63a37526c2ef36f1ef0b25f9c5e77d7e152 Mon Sep 17 00:00:00 2001 From: ccremers Date: Sun, 13 Jun 2004 20:59:28 +0000 Subject: [PATCH] - Added error.c and error.h to the Makefile template. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 4e431c5..1079f0d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,7 @@ scyther_SOURCES = main.c \ runs.c runs.h \ modelchecker.c modelchecker.h \ report.c report.h \ + error.c error.h \ debug.c debug.h \ mgu.c mgu.h \ substitutions.c substitutions.h \