added missing fmopl.h for make dist

svn-id: r3542
This commit is contained in:
Ludvig Strigeus 2002-01-13 19:48:30 +00:00
parent 46dd55cf2a
commit 30ed07c91b

View File

@ -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