From f15bfb67b37eebeed18515921e0b451f5dbf5bb9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 13 Aug 2004 01:51:41 +0000 Subject: [PATCH] move CryptHelpers into cryptopp --- stepmania/src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 2b9e097507..e93f83d971 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -247,7 +247,7 @@ ActorScroller.cpp ActorScroller.h ActorUtil.cpp ActorUtil.h BitmapText.cpp Bitma ModelManager.cpp ModelManager.h ModelTypes.cpp ModelTypes.h Quad.h Sprite.cpp Sprite.h GlobalSingletons = \ -AnnouncerManager.cpp AnnouncerManager.h Bookkeeper.cpp Bookkeeper.h CryptManager.cpp CryptManager.h CryptHelpers.cpp CryptHelpers.h \ +AnnouncerManager.cpp AnnouncerManager.h Bookkeeper.cpp Bookkeeper.h CryptManager.cpp CryptManager.h \ FontManager.cpp FontManager.h GameSoundManager.cpp GameSoundManager.h GameManager.cpp GameManager.h \ GameState.cpp GameState.h InputFilter.cpp InputFilter.h \ InputMapper.cpp InputMapper.h InputQueue.cpp InputQueue.h LightsManager.cpp LightsManager.h \ @@ -276,7 +276,8 @@ crypto51/modes.cpp crypto51/modes.h crypto51/mqueue.cpp crypto51/mqueue.h crypto crypto51/oaep.cpp crypto51/oaep.h crypto51/oids.h crypto51/osrng.cpp crypto51/osrng.h crypto51/pch.h crypto51/pkcspad.cpp \ crypto51/pkcspad.h crypto51/pubkey.cpp crypto51/pubkey.h crypto51/queue.cpp crypto51/queue.h crypto51/randpool.cpp \ crypto51/randpool.h crypto51/rng.h crypto51/rsa.cpp crypto51/rsa.h crypto51/secblock.h crypto51/seckey.h crypto51/sha.cpp \ -crypto51/sha.h crypto51/simple.h crypto51/smartptr.h crypto51/strciphr.cpp crypto51/strciphr.h crypto51/words.h +crypto51/sha.h crypto51/simple.h crypto51/smartptr.h crypto51/strciphr.cpp crypto51/strciphr.h crypto51/words.h \ +CryptHelpers.cpp CryptHelpers.h main_SOURCES = $(Screens) \ $(DataStructures) \ @@ -355,7 +356,7 @@ test_file_errors_SOURCES = \ tests/test_file_errors.cpp \ MsdFile.cpp MsdFile.h \ XmlFile.cpp XmlFile.h \ - CryptManager.cpp CryptManager.h CryptHelpers.cpp CryptHelpers.h $(cryptopp) $(crypto) + CryptManager.cpp CryptManager.h $(cryptopp) $(crypto) TESTS += test_timing_data test_timing_data_SOURCES = \