aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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