From 952f55866edda638d991709531c3e75e71121246 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Tue, 6 Nov 2012 23:55:49 +0100 Subject: [PATCH] remove "error.h" from Makefile.am this file is not anymore in the "frontend" folder and "make dist" failed to generate the tarball --- src/frontend/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index f5a07666c..01f55efdb 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -114,7 +114,6 @@ libfte_la_SOURCES = \ dotcards.c \ dotcards.h \ error.c \ - error.h \ evaluate.c \ evaluate.h \ fourier.c \