summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/test
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-09-21 11:37:08 +0200
committerunknown <msvensson@shellback.(none)>2006-09-21 11:37:08 +0200
commit93bbfc8adde286f9acdd960779a8ce21cd77b561 (patch)
tree8aa9e141997400fcb4de91c468094215a4c22266 /extra/yassl/taocrypt/test
parent25fa9d266ae2b17d7224c68f9342a9993823901b (diff)
downloadmariadb-git-93bbfc8adde286f9acdd960779a8ce21cd77b561.tar.gz
Use a direct reference to the yassl and taocrypt libtool libraries to link with
Diffstat (limited to 'extra/yassl/taocrypt/test')
-rw-r--r--extra/yassl/taocrypt/test/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/yassl/taocrypt/test/Makefile.am b/extra/yassl/taocrypt/test/Makefile.am
index 0b238f1e057..d59ada08745 100644
--- a/extra/yassl/taocrypt/test/Makefile.am
+++ b/extra/yassl/taocrypt/test/Makefile.am
@@ -1,8 +1,6 @@
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_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la
test_CXXFLAGS = -DYASSL_PURE_C
EXTRA_DIST = make.bat