Modified Files:

ChangeLog src/Makefile.am
 	src/spicelib/devices/asrc/Makefile.am
 	src/spicelib/devices/bjt/Makefile.am
 	src/spicelib/devices/bsim1/Makefile.am
 	src/spicelib/devices/bsim2/Makefile.am
 	src/spicelib/devices/bsim3/Makefile.am
 	src/spicelib/devices/bsim3soi_dd/Makefile.am
 	src/spicelib/devices/bsim3soi_fd/Makefile.am
 	src/spicelib/devices/bsim3soi_pd/Makefile.am
 	src/spicelib/devices/bsim3v1/Makefile.am
 	src/spicelib/devices/bsim3v2/Makefile.am
 	src/spicelib/devices/bsim4/Makefile.am
 	src/spicelib/devices/cap/Makefile.am
 	src/spicelib/devices/cccs/Makefile.am
 	src/spicelib/devices/ccvs/Makefile.am
 	src/spicelib/devices/cpl/Makefile.am
 	src/spicelib/devices/csw/Makefile.am
 	src/spicelib/devices/dio/Makefile.am
 	src/spicelib/devices/hfet1/Makefile.am
 	src/spicelib/devices/hfet2/Makefile.am
	src/spicelib/devices/ind/Makefile.am
 	src/spicelib/devices/isrc/Makefile.am
 	src/spicelib/devices/jfet/Makefile.am
 	src/spicelib/devices/jfet2/Makefile.am
 	src/spicelib/devices/ltra/Makefile.am
 	src/spicelib/devices/mes/Makefile.am
 	src/spicelib/devices/mesa/Makefile.am
 	src/spicelib/devices/mos1/Makefile.am
 	src/spicelib/devices/mos2/Makefile.am
 	src/spicelib/devices/mos3/Makefile.am
 	src/spicelib/devices/mos6/Makefile.am
 	src/spicelib/devices/mos9/Makefile.am
 	src/spicelib/devices/res/Makefile.am
 	src/spicelib/devices/soi3/Makefile.am
 	src/spicelib/devices/sw/Makefile.am
 	src/spicelib/devices/tra/Makefile.am
 	src/spicelib/devices/txl/Makefile.am
 	src/spicelib/devices/urc/Makefile.am
 	src/spicelib/devices/vccs/Makefile.am
 	src/spicelib/devices/vcvs/Makefile.am
 	src/spicelib/devices/vsrc/Makefile.am

	Don't build shared library devices anymore
This commit is contained in:
stefanjones 2003-06-26 10:51:21 +00:00
parent ad5e06720a
commit d0ac7cff0f
42 changed files with 129 additions and 124 deletions

View File

@ -1,4 +1,9 @@
2003-06-22 Stuart Brorson <sdb@cloud9.net> 2003-04-14 Stefan Jones <stefan.jones@multigig.com>
* Make all the devices in src/spicelib/devices be built as
archives not shared libraries, and don't install them
2003-06-22 Stuart Brorson <sdb@cloud9.net>
* Finally got SPICE2 POLY stuff working. This involved lots of changes * Finally got SPICE2 POLY stuff working. This involved lots of changes
in src/xspice/mif and src/xspice/enh. Particular changes were made in: in src/xspice/mif and src/xspice/enh. Particular changes were made in:

View File

@ -16,57 +16,57 @@ initdata_DATA = spinit setplot spectrum
DYNAMIC_DEVICELIBS = \ DYNAMIC_DEVICELIBS = \
spicelib/devices/asrc/libasrc.la \ spicelib/devices/asrc/libasrc.a \
spicelib/devices/bjt/libbjt.la \ spicelib/devices/bjt/libbjt.a \
spicelib/devices/bsim1/libbsim1.la \ spicelib/devices/bsim1/libbsim1.a \
spicelib/devices/bsim2/libbsim2.la \ spicelib/devices/bsim2/libbsim2.a \
spicelib/devices/bsim3/libbsim3.la \ spicelib/devices/bsim3/libbsim3.a \
spicelib/devices/bsim3v1/libbsim3v1.la \ spicelib/devices/bsim3v1/libbsim3v1.a \
spicelib/devices/bsim3v2/libbsim3v2.la \ spicelib/devices/bsim3v2/libbsim3v2.a \
spicelib/devices/bsim4/libbsim4.la \ spicelib/devices/bsim4/libbsim4.a \
spicelib/devices/cap/libcap.la \ spicelib/devices/cap/libcap.a \
spicelib/devices/bsim3soi_pd/libbsim3soipd.la \ spicelib/devices/bsim3soi_pd/libbsim3soipd.a \
spicelib/devices/bsim3soi_fd/libbsim3soifd.la \ spicelib/devices/bsim3soi_fd/libbsim3soifd.a \
spicelib/devices/bsim3soi_dd/libbsim3soidd.la \ spicelib/devices/bsim3soi_dd/libbsim3soidd.a \
spicelib/devices/cccs/libcccs.la \ spicelib/devices/cccs/libcccs.a \
spicelib/devices/ccvs/libccvs.la \ spicelib/devices/ccvs/libccvs.a \
spicelib/devices/ccvs/libccvs.la \ spicelib/devices/ccvs/libccvs.a \
spicelib/devices/cpl/libcpl.la \ spicelib/devices/cpl/libcpl.a \
spicelib/devices/csw/libcsw.la \ spicelib/devices/csw/libcsw.a \
spicelib/devices/dio/libdio.la \ spicelib/devices/dio/libdio.a \
@EKVLIB@ \ @EKVLIB@ \
spicelib/devices/ind/libind.la \ spicelib/devices/ind/libind.a \
spicelib/devices/isrc/libisrc.la \ spicelib/devices/isrc/libisrc.a \
spicelib/devices/hfet1/libhfet.la \ spicelib/devices/hfet1/libhfet.a \
spicelib/devices/hfet2/libhfet2.la \ spicelib/devices/hfet2/libhfet2.a \
spicelib/devices/jfet/libjfet.la \ spicelib/devices/jfet/libjfet.a \
spicelib/devices/jfet2/libjfet2.la \ spicelib/devices/jfet2/libjfet2.a \
spicelib/devices/ltra/libltra.la \ spicelib/devices/ltra/libltra.a \
spicelib/devices/mes/libmes.la \ spicelib/devices/mes/libmes.a \
spicelib/devices/mesa/libmesa.la \ spicelib/devices/mesa/libmesa.a \
spicelib/devices/mos1/libmos1.la \ spicelib/devices/mos1/libmos1.a \
spicelib/devices/mos2/libmos2.la \ spicelib/devices/mos2/libmos2.a \
spicelib/devices/mos3/libmos3.la \ spicelib/devices/mos3/libmos3.a \
spicelib/devices/mos6/libmos6.la \ spicelib/devices/mos6/libmos6.a \
spicelib/devices/mos9/libmos9.la \ spicelib/devices/mos9/libmos9.a \
spicelib/devices/res/libres.la \ spicelib/devices/res/libres.a \
spicelib/devices/soi3/libsoi3.la \ spicelib/devices/soi3/libsoi3.a \
spicelib/devices/sw/libsw.la \ spicelib/devices/sw/libsw.a \
spicelib/devices/txl/libtxl.la \ spicelib/devices/txl/libtxl.a \
spicelib/devices/tra/libtra.la \ spicelib/devices/tra/libtra.a \
spicelib/devices/urc/liburc.la \ spicelib/devices/urc/liburc.a \
spicelib/devices/vccs/libvccs.la \ spicelib/devices/vccs/libvccs.a \
spicelib/devices/vcvs/libvcvs.la \ spicelib/devices/vcvs/libvcvs.a \
spicelib/devices/vsrc/libvsrc.la spicelib/devices/vsrc/libvsrc.a
## ----- Note that I moved this stuff to here because it was causing automake ## ----- Note that I moved this stuff to here because it was causing automake
## to choke when it was in the DYNAMIC_DEVICELIBS list above ----- ## to choke when it was in the DYNAMIC_DEVICELIBS list above -----
## This lib deleted from DYNAMIC_DEVICELIBS by sdb 'cause there's no source for it. ## This lib deleted from DYNAMIC_DEVICELIBS by sdb 'cause there's no source for it.
## spicelib/devices/bjt2/libbjt2.la \ ## spicelib/devices/bjt2/libbjt2.a \
## poly added to dynamic libs by SDB on 6.1.2003 ## poly added to dynamic libs by SDB on 6.1.2003
## xspice/icm/poly/libpoly.la ## xspice/icm/poly/libpoly.a
## Build ngspice first: ## Build ngspice first:

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libasrc.la noinst_LIBRARIES = libasrc.a
libasrc_la_SOURCES = \ libasrc_a_SOURCES = \
asrc.c \ asrc.c \
asrcacld.c \ asrcacld.c \
asrcask.c \ asrcask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbjt.la noinst_LIBRARIES = libbjt.a
libbjt_la_SOURCES = \ libbjt_a_SOURCES = \
bjt.c \ bjt.c \
bjtacld.c \ bjtacld.c \
bjtask.c \ bjtask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim1.la noinst_LIBRARIES = libbsim1.a
libbsim1_la_SOURCES = \ libbsim1_a_SOURCES = \
b1.c \ b1.c \
b1acld.c \ b1acld.c \
b1ask.c \ b1ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim2.la noinst_LIBRARIES = libbsim2.a
libbsim2_la_SOURCES = \ libbsim2_a_SOURCES = \
b2.c \ b2.c \
b2acld.c \ b2acld.c \
b2ask.c \ b2ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim3.la noinst_LIBRARIES = libbsim3.a
libbsim3_la_SOURCES = \ libbsim3_a_SOURCES = \
b3.c \ b3.c \
b3acld.c \ b3acld.c \
b3ask.c \ b3ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim3soidd.la noinst_LIBRARIES = libbsim3soidd.a
libbsim3soidd_la_SOURCES = \ libbsim3soidd_a_SOURCES = \
b3soidd.c \ b3soidd.c \
b3soiddacld.c \ b3soiddacld.c \
b3soiddask.c \ b3soiddask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim3soifd.la noinst_LIBRARIES = libbsim3soifd.a
libbsim3soifd_la_SOURCES = \ libbsim3soifd_a_SOURCES = \
b3soifd.c \ b3soifd.c \
b3soifdacld.c \ b3soifdacld.c \
b3soifdask.c \ b3soifdask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim3soipd.la noinst_LIBRARIES = libbsim3soipd.a
libbsim3soipd_la_SOURCES = \ libbsim3soipd_a_SOURCES = \
b3soipd.c \ b3soipd.c \
b3soipdacld.c \ b3soipdacld.c \
b3soipdask.c \ b3soipdask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim3v1.la noinst_LIBRARIES = libbsim3v1.a
libbsim3v1_la_SOURCES = \ libbsim3v1_a_SOURCES = \
b3v1.c \ b3v1.c \
b3v1acld.c \ b3v1acld.c \
b3v1ask.c \ b3v1ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim3v2.la noinst_LIBRARIES = libbsim3v2.a
libbsim3v2_la_SOURCES = \ libbsim3v2_a_SOURCES = \
b3v2.c \ b3v2.c \
b3v2acld.c \ b3v2acld.c \
b3v2ask.c \ b3v2ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libbsim4.la noinst_LIBRARIES = libbsim4.a
libbsim4_la_SOURCES = \ libbsim4_a_SOURCES = \
b4.c \ b4.c \
b4acld.c \ b4acld.c \
b4ask.c \ b4ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libcap.la noinst_LIBRARIES = libcap.a
libcap_la_SOURCES = \ libcap_a_SOURCES = \
cap.c \ cap.c \
capacld.c \ capacld.c \
capask.c \ capask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libcccs.la noinst_LIBRARIES = libcccs.a
libcccs_la_SOURCES = \ libcccs_a_SOURCES = \
cccs.c \ cccs.c \
cccsask.c \ cccsask.c \
cccsdefs.h \ cccsdefs.h \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libccvs.la noinst_LIBRARIES = libccvs.a
libccvs_la_SOURCES = \ libccvs_a_SOURCES = \
ccvs.c \ ccvs.c \
ccvsask.c \ ccvsask.c \
ccvsdefs.h \ ccvsdefs.h \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libcpl.la noinst_LIBRARIES = libcpl.a
libcpl_la_SOURCES = \ libcpl_a_SOURCES = \
cpl.c \ cpl.c \
cpldest.c \ cpldest.c \
cplmdel.c \ cplmdel.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libcsw.la noinst_LIBRARIES = libcsw.a
libcsw_la_SOURCES = \ libcsw_a_SOURCES = \
csw.c \ csw.c \
cswacld.c \ cswacld.c \
cswask.c \ cswask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libdio.la noinst_LIBRARIES = libdio.a
libdio_la_SOURCES = \ libdio_a_SOURCES = \
dio.c \ dio.c \
dioacld.c \ dioacld.c \
dioask.c \ dioask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libhfet.la noinst_LIBRARIES = libhfet.a
libhfet_la_SOURCES = \ libhfet_a_SOURCES = \
hfet.c \ hfet.c \
hfetacl.c \ hfetacl.c \
hfetask.c \ hfetask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libhfet2.la noinst_LIBRARIES = libhfet2.a
libhfet2_la_SOURCES = \ libhfet2_a_SOURCES = \
hfet2.c \ hfet2.c \
hfet2acl.c \ hfet2acl.c \
hfet2ask.c \ hfet2ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libind.la noinst_LIBRARIES = libind.a
libind_la_SOURCES = \ libind_a_SOURCES = \
ind.c \ ind.c \
indacld.c \ indacld.c \
indask.c \ indask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libisrc.la noinst_LIBRARIES = libisrc.a
libisrc_la_SOURCES = \ libisrc_a_SOURCES = \
isrc.c \ isrc.c \
isrcacct.c \ isrcacct.c \
isrcacld.c \ isrcacld.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libjfet.la noinst_LIBRARIES = libjfet.a
libjfet_la_SOURCES = \ libjfet_a_SOURCES = \
jfet.c \ jfet.c \
jfetacld.c \ jfetacld.c \
jfetask.c \ jfetask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libjfet2.la noinst_LIBRARIES = libjfet2.a
libjfet2_la_SOURCES = \ libjfet2_a_SOURCES = \
jfet2.c \ jfet2.c \
jfet2acld.c \ jfet2acld.c \
jfet2ask.c \ jfet2ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libltra.la noinst_LIBRARIES = libltra.a
libltra_la_SOURCES = \ libltra_a_SOURCES = \
ltra.c \ ltra.c \
ltraacct.c \ ltraacct.c \
ltraacld.c \ ltraacld.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmes.la noinst_LIBRARIES = libmes.a
libmes_la_SOURCES = \ libmes_a_SOURCES = \
mes.c \ mes.c \
mesacl.c \ mesacl.c \
mesask.c \ mesask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmesa.la noinst_LIBRARIES = libmesa.a
libmesa_la_SOURCES = \ libmesa_a_SOURCES = \
mesa.c \ mesa.c \
mesaacl.c \ mesaacl.c \
mesaask.c \ mesaask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmos1.la noinst_LIBRARIES = libmos1.a
libmos1_la_SOURCES = \ libmos1_a_SOURCES = \
mos1.c \ mos1.c \
mos1acld.c \ mos1acld.c \
mos1ask.c \ mos1ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmos2.la noinst_LIBRARIES = libmos2.a
libmos2_la_SOURCES = \ libmos2_a_SOURCES = \
mos2.c \ mos2.c \
mos2acld.c \ mos2acld.c \
mos2ask.c \ mos2ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmos3.la noinst_LIBRARIES = libmos3.a
libmos3_la_SOURCES = \ libmos3_a_SOURCES = \
mos3.c \ mos3.c \
mos3acld.c \ mos3acld.c \
mos3ask.c \ mos3ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmos6.la noinst_LIBRARIES = libmos6.a
libmos6_la_SOURCES = \ libmos6_a_SOURCES = \
mos6.c \ mos6.c \
mos6ask.c \ mos6ask.c \
mos6conv.c \ mos6conv.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libmos9.la noinst_LIBRARIES = libmos9.a
libmos9_la_SOURCES = \ libmos9_a_SOURCES = \
mos9.c \ mos9.c \
mos9acld.c \ mos9acld.c \
mos9ask.c \ mos9ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libres.la noinst_LIBRARIES = libres.a
libres_la_SOURCES = \ libres_a_SOURCES = \
res.c \ res.c \
resask.c \ resask.c \
resdefs.h \ resdefs.h \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libsoi3.la noinst_LIBRARIES = libsoi3.a
libsoi3_la_SOURCES = \ libsoi3_a_SOURCES = \
soi3.c \ soi3.c \
soi3acld.c \ soi3acld.c \
soi3ask.c \ soi3ask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libsw.la noinst_LIBRARIES = libsw.a
libsw_la_SOURCES = \ libsw_a_SOURCES = \
sw.c \ sw.c \
swacload.c \ swacload.c \
swask.c \ swask.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libtra.la noinst_LIBRARIES = libtra.a
libtra_la_SOURCES = \ libtra_a_SOURCES = \
tra.c \ tra.c \
traacct.c \ traacct.c \
traacld.c \ traacld.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libtxl.la noinst_LIBRARIES = libtxl.a
libtxl_la_SOURCES = \ libtxl_a_SOURCES = \
txl.c \ txl.c \
txlask.c \ txlask.c \
txldest.c \ txldest.c \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = liburc.la noinst_LIBRARIES = liburc.a
liburc_la_SOURCES = \ liburc_a_SOURCES = \
urc.c \ urc.c \
urcask.c \ urcask.c \
urcdefs.h \ urcdefs.h \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libvccs.la noinst_LIBRARIES = libvccs.a
libvccs_la_SOURCES = \ libvccs_a_SOURCES = \
vccs.c \ vccs.c \
vccsask.c \ vccsask.c \
vccsdefs.h \ vccsdefs.h \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libvcvs.la noinst_LIBRARIES = libvcvs.a
libvcvs_la_SOURCES = \ libvcvs_a_SOURCES = \
vcvs.c \ vcvs.c \
vcvsask.c \ vcvsask.c \
vcvsdefs.h \ vcvsdefs.h \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libvsrc.la noinst_LIBRARIES = libvsrc.a
libvsrc_la_SOURCES = \ libvsrc_a_SOURCES = \
vsrc.c \ vsrc.c \
vsrcacct.c \ vsrcacct.c \
vsrcacld.c \ vsrcacld.c \