From: Steinar H. Gunderson Date: Mon, 21 Feb 2011 22:39:10 +0000 (+0100) Subject: CrackEngine.h pulls in ChainWalkSet.h through transitive dependencies, so RainbowCrac... X-Git-Url: https://git.sesse.net/?p=freerainbowtables;a=commitdiff_plain;h=HEAD CrackEngine.h pulls in ChainWalkSet.h through transitive dependencies, so RainbowCrack.o also needs a dep on it. --- diff --git a/Client Applications/rcracki_mt/Makefile b/Client Applications/rcracki_mt/Makefile index 99dd495..7f91478 100644 --- a/Client Applications/rcracki_mt/Makefile +++ b/Client Applications/rcracki_mt/Makefile @@ -148,7 +148,7 @@ MemoryPool.o: MemoryPool.h MemoryPool.cpp Public.h global.h Public.o: Public.h Public.cpp global.h $(CC) $(CFLAGS) Public.cpp -RainbowCrack.o: RainbowCrack.cpp CrackEngine.h lm2ntlm.h +RainbowCrack.o: RainbowCrack.cpp CrackEngine.h lm2ntlm.h ChainWalkSet.h $(CC) $(CFLAGS) RainbowCrack.cpp rcrackiThread.o: rcrackiThread.h rcrackiThread.cpp ChainWalkContext.h Public.h HashSet.h