enable make dist
This commit is contained in:
parent
2e2b74c188
commit
b3676bb763
|
|
@ -7,7 +7,7 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
|||
ANALYSES BUGS AUTHORS ChangeLog \
|
||||
DEVICES NEWS README README.tcl \
|
||||
README.shared-xspice README.vdmos \
|
||||
README.adms README-old.adms README.utf8 \
|
||||
README.adms README.utf8 \
|
||||
examples m4 visualc \
|
||||
cross-compile.sh cross-compile-shared.sh \
|
||||
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib
|
||||
DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib
|
||||
DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib osdi
|
||||
|
||||
if XSPICE_WANTED
|
||||
SUBDIRS += xspice
|
||||
|
|
|
|||
|
|
@ -137,7 +137,6 @@ libfte_la_SOURCES = \
|
|||
linear.c \
|
||||
linear.h \
|
||||
logicexp.c \
|
||||
logicexp.h \
|
||||
measure.c \
|
||||
misccoms.c \
|
||||
misccoms.h \
|
||||
|
|
@ -187,7 +186,6 @@ libfte_la_SOURCES = \
|
|||
typesdef.c \
|
||||
typesdef.h \
|
||||
udevices.c \
|
||||
udevices.h \
|
||||
vectors.c \
|
||||
vectors.h \
|
||||
where.c \
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ noinst_HEADERS = \
|
|||
ipcproto.h \
|
||||
ipctiein.h \
|
||||
jobdefs.h \
|
||||
logicexp.h \
|
||||
lsort.h \
|
||||
macros.h \
|
||||
material.h \
|
||||
|
|
@ -92,6 +93,7 @@ noinst_HEADERS = \
|
|||
opdefs.h \
|
||||
optdefs.h \
|
||||
optndefs.h \
|
||||
osdiitf.h \
|
||||
outpdefs.h \
|
||||
plot.h \
|
||||
pnode.h \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ libosdi_la_SOURCES = \
|
|||
osdiparam.c \
|
||||
osdiregistry.c \
|
||||
osdisetup.c \
|
||||
osdiitf.h \
|
||||
osditrunc.c \
|
||||
osdipzld.c \
|
||||
osdicallbacks.c
|
||||
|
|
|
|||
Loading…
Reference in New Issue