From 43f2182e56fe055f8a666060151fe6acccf92a20 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 30 Dec 2021 15:08:15 +0100 Subject: [PATCH] Add com_optran.h and cplhash.h to their makefile.am to have them as part of make dist. --- src/spicelib/analysis/Makefile.am | 1 + src/spicelib/devices/cpl/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/src/spicelib/analysis/Makefile.am b/src/spicelib/analysis/Makefile.am index 1ab48abbc..be94ad40c 100644 --- a/src/spicelib/analysis/Makefile.am +++ b/src/spicelib/analysis/Makefile.am @@ -85,6 +85,7 @@ libckt_la_SOURCES = \ noisean.c \ nsetparm.c \ optran.c \ + com_optran.h \ pzan.c \ pzaskq.c \ pzsetp.c \ diff --git a/src/spicelib/devices/cpl/Makefile.am b/src/spicelib/devices/cpl/Makefile.am index 9cbd00a18..efb1e3376 100644 --- a/src/spicelib/devices/cpl/Makefile.am +++ b/src/spicelib/devices/cpl/Makefile.am @@ -15,6 +15,7 @@ libcpl_la_SOURCES = \ cplmpar.c \ cplsetup.c \ cplhash.c \ + cplhash.h \ cplmdel.c \ cpldelete.c \ cplinit.c