Browse Source

Add com_optran.h and cplhash.h to their makefile.am

to have them as part of make dist.
pre-master-46
Holger Vogt 4 years ago
parent
commit
43f2182e56
  1. 1
      src/spicelib/analysis/Makefile.am
  2. 1
      src/spicelib/devices/cpl/Makefile.am

1
src/spicelib/analysis/Makefile.am

@ -85,6 +85,7 @@ libckt_la_SOURCES = \
noisean.c \ noisean.c \
nsetparm.c \ nsetparm.c \
optran.c \ optran.c \
com_optran.h \
pzan.c \ pzan.c \
pzaskq.c \ pzaskq.c \
pzsetp.c \ pzsetp.c \

1
src/spicelib/devices/cpl/Makefile.am

@ -15,6 +15,7 @@ libcpl_la_SOURCES = \
cplmpar.c \ cplmpar.c \
cplsetup.c \ cplsetup.c \
cplhash.c \ cplhash.c \
cplhash.h \
cplmdel.c \ cplmdel.c \
cpldelete.c \ cpldelete.c \
cplinit.c cplinit.c

Loading…
Cancel
Save