From 71bc5feacb003780c744e112072edd4c6ee9ad7a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 23 Jan 2021 12:45:49 +0100 Subject: [PATCH] We need to include cppduals into the distribution process. --- configure.ac | 1 + src/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8532bea6d..7c8e1803d 100644 --- a/configure.ac +++ b/configure.ac @@ -1297,6 +1297,7 @@ AC_CONFIG_FILES([Makefile src/frontend/trannoise/Makefile src/frontend/wdisp/Makefile src/include/ngspice/Makefile + src/include/cppduals/duals/Makefile src/maths/Makefile src/maths/cmaths/Makefile src/maths/fft/Makefile diff --git a/src/Makefile.am b/src/Makefile.am index 826d0f90f..8ff6f7318 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = include/ngspice misc maths frontend spicelib -DIST_SUBDIRS = include/ngspice misc maths frontend spicelib xspice ciderlib +SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib +DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib if XSPICE_WANTED SUBDIRS += xspice