]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added missing file.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Sep 2011 21:47:30 +0000 (23:47 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Sep 2011 21:47:30 +0000 (23:47 +0200)
lib/accelerated/intel/Makefile.am

index 996c0d586229e91d663c2193c33bb9cf90cbd58a..0882929c9affbd7c1d80fd2cf2cdfab0b6099a44 100644 (file)
@@ -30,11 +30,11 @@ if ENABLE_MINITASN1
 AM_CPPFLAGS += -I$(srcdir)/../../minitasn1
 endif
 
-EXTRA_DIST = aes-x86.h README license.txt
+EXTRA_DIST = README license.txt
 
 noinst_LTLIBRARIES = libintel.la
 
-libintel_la_SOURCES = aes-x86.c aes-padlock.c aes-gcm-padlock.c
+libintel_la_SOURCES = aes-x86.c aes-padlock.c aes-gcm-padlock.c aes-padlock.h aes-x86.h
 
 if ASM_X86_64
 AM_CPPFLAGS += -DASM_X86_64