diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-11-27 21:15:25 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-11-27 21:15:25 +0100 |
commit | 16918343a8883c353514b869e3ee6b228e458bdf (patch) | |
tree | 436c494fde04721192907c0582bb096658725595 /extra/yassl/taocrypt/test | |
parent | cae25b0c26b4353676b69696d8f4904cbeb9c58c (diff) | |
download | mariadb-git-16918343a8883c353514b869e3ee6b228e458bdf.tar.gz |
ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4:
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
Diffstat (limited to 'extra/yassl/taocrypt/test')
-rw-r--r-- | extra/yassl/taocrypt/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/test/Makefile.am b/extra/yassl/taocrypt/test/Makefile.am index 988d00c7bef..25e1a98fc94 100644 --- a/extra/yassl/taocrypt/test/Makefile.am +++ b/extra/yassl/taocrypt/test/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I../include -I../mySTL +INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../mySTL bin_PROGRAMS = test test_SOURCES = test.cpp test_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la |