From 8574dcc8c56971345a688a61a8d2022f4cc000cc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 18 May 2017 18:50:08 +0100 Subject: Rename the libraries to remove the extra ".so" in the names. I don't know why those strange names seemed necessary to start with and now don't seem to be. I probably changed something subtle somewhere without noticing. --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 786ca13..951eb9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,12 +2,12 @@ libdir = $(bindir) ACLOCAL_AMFLAGS = -I m4 -lib_LTLIBRARIES = libwinterop.so.la libmsi.so.la libpreload.la +lib_LTLIBRARIES = libwinterop.la libmsi.la libpreload.la -libwinterop_so_la_SOURCES = fake-winterop.c makecab.c memory.c \ -memory.h dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h +libwinterop_la_SOURCES = fake-winterop.c makecab.c memory.c memory.h \ +dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h -libmsi_so_la_SOURCES = makemsi.c md5.c memory.c memory.h version.c \ +libmsi_la_SOURCES = makemsi.c md5.c memory.c memory.h version.c \ dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h libpreload_la_SOURCES = preload.c -- cgit v1.2.3-55-g6feb