We need to include cppduals into the distribution process.

This commit is contained in:
Holger Vogt 2021-01-23 12:45:49 +01:00
parent 7dc6c47df5
commit 71bc5feacb
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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