From b1e7c14aa4d2b1b694e3e779edafb4917f64d226 Mon Sep 17 00:00:00 2001 From: stefanjones Date: Wed, 15 Jan 2003 11:39:47 +0000 Subject: [PATCH] Fixup version files --- src/Makefile.am | 2 +- src/{tclsymbols => tclspice.map} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{tclsymbols => tclspice.map} (100%) diff --git a/src/Makefile.am b/src/Makefile.am index 5f1289891..7482a47a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -202,7 +202,7 @@ tclspice.o: tclspice.c $(COMPILE) -c -fpic tclspice.c -DTCLSPICE_version="\"$(TCLSPICE_VERSION)\"" libspice.so: $(ngspice_OBJECTS) $(LIBSPICE_OBJS) $(ngspice_DEPENDENCIES) - $(LINK) $(ngspice_LDFLAGS) $(ngspice_OBJECTS) $(ngspice_LDADD) $(LIBS) $(LIBSPICE_OBJS) -shared -lpthread -Wl,--version-script tclsymbols + $(LINK) $(ngspice_LDFLAGS) $(ngspice_OBJECTS) $(ngspice_LDADD) $(LIBS) $(LIBSPICE_OBJS) -shared -lpthread -Wl,--version-script=tclspice.map if test -f .libs/$@ ; then \ mv .libs/$@ ./ ;\ rmdir .libs ;\ diff --git a/src/tclsymbols b/src/tclspice.map similarity index 100% rename from src/tclsymbols rename to src/tclspice.map