aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLudvig Strigeus2002-01-13 19:48:30 +0000
committerLudvig Strigeus2002-01-13 19:48:30 +0000
commit30ed07c91b4ccde3a2778fab17366f0ab65aac41 (patch)
tree578098986bb1092d234638047c67551291580e29 /Makefile
parent46dd55cf2a3697bb4ad710a71e5108e07c19a07d (diff)
downloadscummvm-rg350-30ed07c91b4ccde3a2778fab17366f0ab65aac41.tar.gz
scummvm-rg350-30ed07c91b4ccde3a2778fab17366f0ab65aac41.tar.bz2
scummvm-rg350-30ed07c91b4ccde3a2778fab17366f0ab65aac41.zip
added missing fmopl.h for make dist
svn-id: r3542
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1466a186e0..d3321833aa 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
+ scummvm.dsp scummvm.dsw sound/fmopl.h
.cpp.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o