Fix in gbcore dependencies
authorslack <slack@codemaniacs.com>
Sat, 5 Jul 2008 12:27:01 +0000 (14:27 +0200)
committerslack <slack@codemaniacs.com>
Sat, 5 Jul 2008 12:27:01 +0000 (14:27 +0200)
Makefile

index feb16e4e3293cb6d076175dee33898a6fe7aaeff..75f4b6aeda0f6325e171d5e914d2d624f523afe2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ MBC.o: MBC.cc MBC.h Logger.h
        g++ $(CXXFLAGS) -c -o $@ $<
 
 gbcore.o: gbcore.cc gbcore.h opcodes.h disasm.h \
-       GBRom.h Logger.h MBC.h GBMemory.h util.h
+       GBRom.h Logger.h MBC.h GBMemory.h GBVideo.h util.h
        g++ $(CXXFLAGS) -c -o $@ $<
                
 tests/test_gbrom: GBRom.cc GBRom.h