include.am 380 B

1234567891011121314
  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/test.c
  9. mcapi_test_LDADD = src/libcyassl.la
  10. mcapi_test_DEPENDENCIES = src/libcyassl.la
  11. endif
  12. noinst_HEADERS += mcapi/crypto.h