Updated Android.mk to latest Makefile.am.

This commit is contained in:
Tobias Brunner 2010-10-21 15:02:32 +02:00
parent ed174fd7e2
commit 4915ea8217
2 changed files with 4 additions and 1 deletions

View File

@ -88,7 +88,9 @@ sa/tasks/ike_rekey.c sa/tasks/ike_rekey.h \
sa/tasks/ike_reauth.c sa/tasks/ike_reauth.h \
sa/tasks/ike_auth_lifetime.c sa/tasks/ike_auth_lifetime.h \
sa/tasks/ike_vendor.c sa/tasks/ike_vendor.h \
sa/tasks/task.c sa/tasks/task.h
sa/tasks/task.c sa/tasks/task.h \
tnccs/tnccs.c tnccs/tnccs.h \
tnccs/tnccs_manager.h tnccs/tnccs_manager.c
# adding the plugin source files

View File

@ -23,6 +23,7 @@ crypto/signers/signer.c crypto/signers/signer.h \
crypto/crypto_factory.c crypto/crypto_factory.h \
crypto/crypto_tester.c crypto/crypto_tester.h \
crypto/diffie_hellman.c crypto/diffie_hellman.h \
crypto/aead.c crypto/aead.h \
crypto/transform.c crypto/transform.h \
credentials/credential_factory.c credentials/credential_factory.h \
credentials/builder.c credentials/builder.h \