diff options
author | Ludvig Strigeus | 2002-01-13 19:48:30 +0000 |
---|---|---|
committer | Ludvig Strigeus | 2002-01-13 19:48:30 +0000 |
commit | 30ed07c91b4ccde3a2778fab17366f0ab65aac41 (patch) | |
tree | 578098986bb1092d234638047c67551291580e29 /Makefile | |
parent | 46dd55cf2a3697bb4ad710a71e5108e07c19a07d (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |