summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-21 09:00:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-21 09:00:22 +0100
commita8078005ad9b254f2c6558136b62261cc8935b67 (patch)
treee69bb4b3e7882405471d76453d36dc422a2e432c
parent327c7362c5c8c88a68b030e6e3ab406ce6547a5b (diff)
downloadgnutls-a8078005ad9b254f2c6558136b62261cc8935b67.tar.gz
use the correct sources in win32 systems
-rw-r--r--lib/accelerated/x86/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/accelerated/x86/Makefile.am b/lib/accelerated/x86/Makefile.am
index e38551cd30..c0e71cc06b 100644
--- a/lib/accelerated/x86/Makefile.am
+++ b/lib/accelerated/x86/Makefile.am
@@ -61,7 +61,7 @@ else #ASM_X86_64
AM_CFLAGS += -DASM_X86_32 -DASM_X86
if WINDOWS
-libx86_la_SOURCES += $(X86_FILES_ELF)
+libx86_la_SOURCES += $(X86_FILES_COFF)
endif
if MACOSX