diff options
Diffstat (limited to 'engines/sci/sfx/softseq/Makefile.am')
-rw-r--r-- | engines/sci/sfx/softseq/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/sfx/softseq/Makefile.am b/engines/sci/sfx/softseq/Makefile.am new file mode 100644 index 0000000000..af7f8ca2c9 --- /dev/null +++ b/engines/sci/sfx/softseq/Makefile.am @@ -0,0 +1,5 @@ +noinst_LIBRARIES = libscisoftseq.a +INCLUDES = -I$(top_srcdir)/src/include @EXTRA_INCLUDES@ +libscisoftseq_a_SOURCES = softsequencers.c pcspeaker.c SN76496.c fmopl.c opl2.c amiga.c \ + fluidsynth.c +EXTRA_DIST = fmopl.h |