1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 18:45:32 -07:00

Fixed libsodium.def dependency

This commit is contained in:
xantares 2013-10-09 19:22:23 +02:00
parent 9599289ae0
commit e2a30a859d

View File

@ -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 = \