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:
parent
5845ca5592
commit
06b5f723b0
4 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
9
src/hardware/mame/Makefile.am
Normal file
9
src/hardware/mame/Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue