From e2a30a859d8097be4d7d7ff9a658a8a363a51270 Mon Sep 17 00:00:00 2001 From: xantares Date: Wed, 9 Oct 2013 19:22:23 +0200 Subject: [PATCH] Fixed libsodium.def dependency --- src/libsodium/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am index db477ea6..3cbb376e 100644 --- a/src/libsodium/Makefile.am +++ b/src/libsodium/Makefile.am @@ -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 = \