1
0
Fork 0

Update automake files for mame files

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/branches/mamesound@4035
This commit is contained in:
Sjoerd van der Berg 2017-08-24 13:01:15 +00:00
parent 5845ca5592
commit 06b5f723b0
4 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,6 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
SUBDIRS = serialport
SUBDIRS = serialport mame
EXTRA_DIST = opl.cpp opl.h adlib.h dbopl.h pci_devices.h

View file

@ -0,0 +1,9 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_LIBRARIES = libmame.a
libmame_a_SOURCES = emu.h \
fmopl.cpp fmopl.h \
saa1099.cpp saa1099.h \
sn76496.cpp sn76496.cpp \
ymdeltat.cpp ymdeltat.h \
ymf262.cpp ymf262.h