build: Add aes.[ch] to unit/test-eapol

This commit is contained in:
Denis Kenzior 2015-02-13 14:55:46 -06:00
parent 87f775475a
commit 4bee529813
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ unit_test_mpdu_LDADD = ell/libell-internal.la
unit_test_eapol_SOURCES = unit/test-eapol.c \
src/sha1.h src/sha1.c \
src/md5.h src/md5.c \
src/aes.h src/aes.c \
src/crypto.h src/crypto.c \
src/eapol.h src/eapol.c
unit_test_eapol_LDADD = ell/libell-internal.la