4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-10 01:39:34 +00:00

Fix the qca2 build; when botantools is updated we have to update our

cmake control files or QCA won't build and neither will Kopete. Please
ping kopete-devel@kde.org or Brad Hards to do this for you if you don't
check that it builds.
CC:infiniti@affinix.com

svn path=/trunk/kdesupport/qca/; revision=656010
This commit is contained in:
Will Stephenson 2007-04-19 22:08:49 +00:00
parent c3073a21e2
commit f7bb8d3885

@ -64,7 +64,8 @@ ADD_DEFINITIONS(
ADD_DEFINITIONS(
-DBOTAN_MP_WORD_BITS=32
-DBOTAN_VECTOR_OVER_ALLOCATE=4
-DBOTAN_KARAT_MUL_THRESHOLD=12
-DBOTAN_KARAT_SQR_THRESHOLD=12
)
if(WIN32)
ADD_DEFINITIONS( -DQCA_MAKEDLL )
@ -76,23 +77,25 @@ SET( botan_SOURCES
${botan_BASE}/exceptn.cpp
${botan_BASE}/mutex.cpp
${botan_BASE}/mux_qt/mux_qt.cpp
${botan_BASE}/secalloc.cpp
${botan_BASE}/charset.cpp
${botan_BASE}/defalloc.cpp
${botan_BASE}/allocate.cpp
${botan_BASE}/mp_core.cpp
${botan_BASE}/mp_comba.cpp
${botan_BASE}/mp_fkmul.cpp
${botan_BASE}/mp_mul.cpp
${botan_BASE}/mp_smul.cpp
${botan_BASE}/mp_shift.cpp
${botan_BASE}/mp_misc.cpp
${botan_BASE}/numthry.cpp
${botan_BASE}/divide.cpp
${botan_BASE}/big_base.cpp
${botan_BASE}/big_code.cpp
${botan_BASE}/big_io.cpp
${botan_BASE}/big_ops2.cpp
${botan_BASE}/big_ops3.cpp
${botan_BASE}/bit_ops.cpp
${botan_BASE}/libstate.cpp
${botan_BASE}/mem_pool.cpp
${botan_BASE}/modules.cpp
${botan_BASE}/mp_asm.cpp
${botan_BASE}/mp_mulop.cpp
${botan_BASE}/parsing.cpp
)
IF (UNIX)