Remove extra leading spaces
This commit is contained in:
parent
52565edee1
commit
f41677ef2e
@ -181,10 +181,10 @@ libsodium_la_CPPFLAGS = \
|
||||
-I$(builddir)/include/sodium
|
||||
|
||||
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)
|
||||
libsodium_la_LDFLAGS += -Wl,--output-def,libsodium-$(DLL_VERSION).def
|
||||
defexecdir = $(bindir)
|
||||
defexec_DATA = libsodium-$(DLL_VERSION).def
|
||||
DISTCLEANFILES += $(defexec_DATA)
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
|
Loading…
Reference in New Issue
Block a user