mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 10:37:24 -07:00
Fixed libsodium.def dependency
This commit is contained in:
parent
9599289ae0
commit
e2a30a859d
@ -222,7 +222,8 @@ if HAVE_LD_OUTPUT_DEF
|
||||
libsodium_la_LDFLAGS += -Wl,--output-def,libsodium-$(DLL_VERSION).def
|
||||
defexecdir = $(bindir)
|
||||
defexec_DATA = libsodium-$(DLL_VERSION).def
|
||||
DISTCLEANFILES = $(defexec_DATA)
|
||||
CLEANFILES = $(defexec_DATA)
|
||||
libsodium-$(DLL_VERSION).def: libsodium.la
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
|
Loading…
Reference in New Issue
Block a user