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.
This commit is contained in:
parent
2cab25bf14
commit
8574dcc8c5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue