From 9535236b1c03ec9327a251e1026ec0f50b711716 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sat, 6 Sep 2003 14:31:27 +0000 Subject: [PATCH] Remaining bugs fixed. --- src/spicelib/devices/hisim/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spicelib/devices/hisim/Makefile.am b/src/spicelib/devices/hisim/Makefile.am index b3415b728..9b1a032d3 100644 --- a/src/spicelib/devices/hisim/Makefile.am +++ b/src/spicelib/devices/hisim/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in -noinst_LIBRARIES = libhsm1.a +noinst_LIBRARIES = libhisim.a -libhsm1_la_SOURCES = hsm1.c \ - hsm1acld.c \ +libhisim_a_SOURCES = hsm1.c \ + hsm1acld.c \ hsm1ask.c \ hsm1cvtest.c \ hsm1del.c \