Browse Source

We need to include cppduals into the distribution process.

pre-master-46
Holger Vogt 5 years ago
parent
commit
71bc5feacb
  1. 1
      configure.ac
  2. 4
      src/Makefile.am

1
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

4
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

Loading…
Cancel
Save