mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
afd1a8e456
extra/yassl/src/Makefile.am: Add defined YASSL_PREFIX when building yassl/src extra/yassl/testsuite/Makefile.am: Add defined YASSL_PREFIX when building yassl/testsuite
11 lines
582 B
Makefile
11 lines
582 B
Makefile
INCLUDES = -I../include -I../taocrypt/include -I../mySTL
|
|
bin_PROGRAMS = testsuite
|
|
testsuite_SOURCES = testsuite.cpp ../taocrypt/test/test.cpp \
|
|
../examples/client/client.cpp ../examples/server/server.cpp \
|
|
../examples/echoclient/echoclient.cpp \
|
|
../examples/echoserver/echoserver.cpp
|
|
testsuite_LDFLAGS = -L../src/ -L../taocrypt/src
|
|
testsuite_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER
|
|
testsuite_LDADD = -lyassl -ltaocrypt
|
|
testsuite_DEPENDENCIES = ../src/libyassl.la ../taocrypt/src/libtaocrypt.la
|
|
EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat
|