]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/WolfSSL/wolfcrypt/test/include.am
Update WolfSSL library to the latest version.
[freertos] / FreeRTOS-Plus / Source / WolfSSL / wolfcrypt / test / include.am
1 # vim:ft=automake
2 # All paths should be given relative to the root
3
4 noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt
5 wolfcrypt_test_testwolfcrypt_SOURCES      = wolfcrypt/test/test.c
6 wolfcrypt_test_testwolfcrypt_LDADD        = src/libwolfssl.la
7 wolfcrypt_test_testwolfcrypt_DEPENDENCIES = src/libwolfssl.la
8 noinst_HEADERS += wolfcrypt/test/test.h
9 EXTRA_DIST += wolfcrypt/test/test.sln
10 EXTRA_DIST += wolfcrypt/test/test.vcproj
11 DISTCLEANFILES+= wolfcrypt/test/.libs/testwolfcrypt