include.am 514 B

12345678910111213141516171819
  1. # vim:ft=automake
  2. # included from Top Level Makefile.am
  3. # All paths should be given relative to the root
  4. if BUILD_MCAPI
  5. check_PROGRAMS += mcapi/test
  6. noinst_PROGRAMS += mcapi/test
  7. mcapi_test_SOURCES = mcapi/crypto.c \
  8. mcapi/mcapi_test.c
  9. mcapi_test_LDADD = src/libwolfssl@LIBSUFFIX@.la
  10. mcapi_test_DEPENDENCIES = src/libwolfssl@LIBSUFFIX@.la
  11. endif
  12. noinst_HEADERS += mcapi/crypto.h
  13. EXTRA_DIST += \
  14. mcapi/README \
  15. mcapi/PIC32MZ-serial.h \
  16. mcapi/user_settings.h