mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
9 lines
229 B
Text
9 lines
229 B
Text
|
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
|