mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
16918343a8
Reenabled build outside source tree config/ac-macros/ha_berkeley.m4: Reenabled build outside source tree config/ac-macros/ha_innodb.m4: Reenabled build outside source tree config/ac-macros/ha_ndbcluster.m4: Reenabled build outside source tree extra/yassl/src/Makefile.am: Reenabled build outside source tree extra/yassl/taocrypt/benchmark/Makefile.am: Reenabled build outside source tree extra/yassl/taocrypt/src/Makefile.am: Reenabled build outside source tree extra/yassl/taocrypt/test/Makefile.am: Reenabled build outside source tree extra/yassl/testsuite/Makefile.am: Reenabled build outside source tree libmysql/Makefile.shared: Reenabled build outside source tree ndb/src/mgmsrv/Makefile.am: Reenabled build outside source tree
14 lines
655 B
Makefile
14 lines
655 B
Makefile
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../taocrypt/include -I$(srcdir)/../taocrypt/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_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER
|
|
testsuite_LDADD = $(top_builddir)/extra/yassl/src/libyassl.la \
|
|
$(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la
|
|
EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|
|
|