summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/test/Makefile.am
blob: 221b8bac5ad1532573919f1071edcf16031867ae (plain)
1
2
3
4
5
6
7
8
INCLUDES = -I../include -I../mySTL
bin_PROGRAMS = test
test_SOURCES = test.cpp
test_LDFLAGS  = -L../src
test_LDADD    = -ltaocrypt
test_DEPENDENCIES = ../src/libtaocrypt.la
test_CXXFLAGS = -DYASSL_PURE_C
EXTRA_DIST = make.bat