diff options
| author | Ludvig Strigeus | 2002-01-15 13:23:06 +0000 | 
|---|---|---|
| committer | Ludvig Strigeus | 2002-01-15 13:23:06 +0000 | 
| commit | cc6c3a164bdd5d6ccc39faf03b79fc2488e52bdf (patch) | |
| tree | 79857aefc5f4d697a488068385097f8ed9d77863 | |
| parent | 521a8e17fd2d1afb51e1845f7aa07f6ef9df1942 (diff) | |
| download | scummvm-rg350-cc6c3a164bdd5d6ccc39faf03b79fc2488e52bdf.tar.gz scummvm-rg350-cc6c3a164bdd5d6ccc39faf03b79fc2488e52bdf.tar.bz2 scummvm-rg350-cc6c3a164bdd5d6ccc39faf03b79fc2488e52bdf.zip  | |
Fixed two missing files from make dist.
The scummvm-0.1.0 release was fixed also.
svn-id: r3545
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ OBJS	= actor.o boxes.o costume.o gfx.o object.o resource.o \  DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \  	windows.cpp debugrl.h whatsnew.txt readme.txt copying.txt \ -	scummvm.dsp scummvm.dsw sound/fmopl.h +	scummvm.dsp scummvm.dsw sound/fmopl.h gui.h sound.h  .cpp.o:  	$(CC) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o  | 
