link libtomcrypt instead of crypto++
This commit is contained in:
@@ -546,13 +546,12 @@ main_SOURCES = $(Screens) \
|
|||||||
$(ActorsInGameplay) \
|
$(ActorsInGameplay) \
|
||||||
$(Rage) \
|
$(Rage) \
|
||||||
$(Actors) \
|
$(Actors) \
|
||||||
$(GlobalSingletons) \
|
$(GlobalSingletons)
|
||||||
$(crypto) \
|
|
||||||
$(cryptopp)
|
|
||||||
|
|
||||||
main_LDADD = \
|
main_LDADD = \
|
||||||
$(AUDIO_LIBS) \
|
$(AUDIO_LIBS) \
|
||||||
$(XLIBS)
|
$(XLIBS) \
|
||||||
|
libtomcrypt.a libtommath.a
|
||||||
|
|
||||||
stepmania_SOURCES = $(main_SOURCES)
|
stepmania_SOURCES = $(main_SOURCES)
|
||||||
stepmania_LDADD = $(main_LDADD)
|
stepmania_LDADD = $(main_LDADD)
|
||||||
@@ -623,7 +622,10 @@ test_file_errors_SOURCES = \
|
|||||||
tests/test_file_errors.cpp \
|
tests/test_file_errors.cpp \
|
||||||
MsdFile.cpp MsdFile.h \
|
MsdFile.cpp MsdFile.h \
|
||||||
XmlFile.cpp XmlFile.h \
|
XmlFile.cpp XmlFile.h \
|
||||||
CryptManager.cpp CryptManager.h $(cryptopp) $(crypto)
|
CryptManager.cpp CryptManager.h
|
||||||
|
|
||||||
|
test_file_errors_LDADD = \
|
||||||
|
libtomcrypt.a libtommath.a
|
||||||
|
|
||||||
TESTS += test_timing_data
|
TESTS += test_timing_data
|
||||||
test_timing_data_SOURCES = \
|
test_timing_data_SOURCES = \
|
||||||
|
|||||||
Reference in New Issue
Block a user