aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLudvig Strigeus2002-01-15 13:23:06 +0000
committerLudvig Strigeus2002-01-15 13:23:06 +0000
commitcc6c3a164bdd5d6ccc39faf03b79fc2488e52bdf (patch)
tree79857aefc5f4d697a488068385097f8ed9d77863 /Makefile
parent521a8e17fd2d1afb51e1845f7aa07f6ef9df1942 (diff)
downloadscummvm-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3321833aa..4bb73e9f2e 100644
--- a/Makefile
+++ b/Makefile
@@ -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