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 \