2013-03-20 21:14:06 +04:00
|
|
|
# vim:ft=automake
|
|
|
|
# included from Top Level Makefile.am
|
|
|
|
# All paths should be given relative to the root
|
|
|
|
|
|
|
|
if BUILD_MCAPI
|
|
|
|
check_PROGRAMS += mcapi/test
|
|
|
|
noinst_PROGRAMS += mcapi/test
|
|
|
|
mcapi_test_SOURCES = mcapi/crypto.c \
|
2013-12-03 00:04:22 +04:00
|
|
|
mcapi/mcapi_test.c
|
2013-03-20 21:14:06 +04:00
|
|
|
mcapi_test_LDADD = src/libcyassl.la
|
|
|
|
mcapi_test_DEPENDENCIES = src/libcyassl.la
|
|
|
|
endif
|
|
|
|
|
|
|
|
noinst_HEADERS += mcapi/crypto.h
|