From cc6c3a164bdd5d6ccc39faf03b79fc2488e52bdf Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Tue, 15 Jan 2002 13:23:06 +0000 Subject: Fixed two missing files from make dist. The scummvm-0.1.0 release was fixed also. svn-id: r3545 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3