From c7971910508ca765b122762bb8cd5551e4203bed Mon Sep 17 00:00:00 2001 From: saintel Date: Mon, 1 Sep 2008 20:29:27 +0000 Subject: [PATCH] *** empty log message *** --- src/maths/misc/Makefile.am | 4 ++-- src/xspice/evt/Makefile.am | 4 ++-- src/xspice/idn/Makefile.am | 4 ++-- src/xspice/ipc/Makefile.am | 4 ++-- src/xspice/mif/Makefile.am | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/maths/misc/Makefile.am b/src/maths/misc/Makefile.am index ff37e8bf6..8ff3c274c 100644 --- a/src/maths/misc/Makefile.am +++ b/src/maths/misc/Makefile.am @@ -1,8 +1,8 @@ ## Process this file with automake to produce Makefile.in -noinst_LIBRARIES = libmathmisc.a +noinst_LTLIBRARIES = libmathmisc.la -libmathmisc_a_SOURCES = \ +libmathmisc_la_SOURCES = \ accuracy.c \ accuracy.h \ bernoull.h \ diff --git a/src/xspice/evt/Makefile.am b/src/xspice/evt/Makefile.am index c8de88592..0a89681cb 100755 --- a/src/xspice/evt/Makefile.am +++ b/src/xspice/evt/Makefile.am @@ -2,9 +2,9 @@ # # JW 3/9/01 - had a go and makeing an autoconf script. -noinst_LIBRARIES = libevtxsp.a +noinst_LTLIBRARIES = libevtxsp.la -libevtxsp_a_SOURCES = \ +libevtxsp_la_SOURCES = \ evtaccept.c \ evtcall_hybrids.c \ evtdump.c \ diff --git a/src/xspice/idn/Makefile.am b/src/xspice/idn/Makefile.am index e2ff8e812..4e9fb1c7f 100755 --- a/src/xspice/idn/Makefile.am +++ b/src/xspice/idn/Makefile.am @@ -2,9 +2,9 @@ # # JW 3/9/01 - had a go and makeing an autoconf script. -noinst_LIBRARIES = libidnxsp.a +noinst_LTLIBRARIES = libidnxsp.la -libidnxsp_a_SOURCES = \ +libidnxsp_la_SOURCES = \ idndig.c AM_CPPFLAGS = -I$(top_srcdir)/src/include diff --git a/src/xspice/ipc/Makefile.am b/src/xspice/ipc/Makefile.am index 1f0a3a296..995690913 100755 --- a/src/xspice/ipc/Makefile.am +++ b/src/xspice/ipc/Makefile.am @@ -2,9 +2,9 @@ # # JW 3/9/01 - had a go and makeing an autoconf script. -noinst_LIBRARIES = libipcxsp.a +noinst_LTLIBRARIES = libipcxsp.la -libipcxsp_a_SOURCES = \ +libipcxsp_la_SOURCES = \ ipcaegis.c \ ipc.c \ ipcsockets.c \ diff --git a/src/xspice/mif/Makefile.am b/src/xspice/mif/Makefile.am index a2f2f51c7..77792a409 100755 --- a/src/xspice/mif/Makefile.am +++ b/src/xspice/mif/Makefile.am @@ -2,9 +2,9 @@ # # JW 3/9/01 - had a go and makeing an autoconf script. -noinst_LIBRARIES = libmifxsp.a +noinst_LTLIBRARIES = libmifxsp.la -libmifxsp_a_SOURCES = \ +libmifxsp_la_SOURCES = \ mif_inp2.c \ mifgetmod.c \ mifgetvalue.c \