We need to include cppduals into the distribution process.
This commit is contained in:
parent
7dc6c47df5
commit
71bc5feacb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue