mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
26e4f2e506
- It's good to build the test programs for yaSSL to check for undefined symbols etc but they should not be installed by "make install"
9 lines
280 B
Makefile
9 lines
280 B
Makefile
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../mySTL
|
|
noinst_PROGRAMS = test
|
|
test_SOURCES = test.cpp
|
|
test_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la
|
|
test_CXXFLAGS = -DYASSL_PURE_C
|
|
EXTRA_DIST = make.bat
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|