From 6db620c4a635ca463940c3e12a646eaa83686ca2 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 11 Jul 2018 18:56:31 +0200 Subject: [PATCH] add missing translatepoly.c --- src/frontend/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index 6b8757c1b..97863808c 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -175,6 +175,8 @@ libfte_la_SOURCES = \ spiceif.h \ subckt.c \ subckt.h \ + translatepoly.c \ + translatepoly.h \ typesdef.c \ typesdef.h \ vectors.c \