mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
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
17 lines
587 B
Makefile
17 lines
587 B
Makefile
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../mySTL
|
|
|
|
noinst_LTLIBRARIES = libtaocrypt.la
|
|
|
|
libtaocrypt_la_SOURCES = aes.cpp aestables.cpp algebra.cpp arc4.cpp \
|
|
asn.cpp bftables.cpp blowfish.cpp coding.cpp des.cpp dh.cpp \
|
|
dsa.cpp file.cpp hash.cpp integer.cpp md2.cpp md4.cpp md5.cpp misc.cpp \
|
|
random.cpp ripemd.cpp rsa.cpp sha.cpp template_instnt.cpp \
|
|
tftables.cpp twofish.cpp
|
|
|
|
libtaocrypt_la_CXXFLAGS = @yassl_taocrypt_extra_cxxflags@ -DYASSL_PURE_C
|
|
|
|
EXTRA_DIST = $(wildcard ../include/*.hpp)
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|
|
|