# HG changeset patch # User nkeynes # Date 1136901429 0 # Node ID 1f59399bbf179963a5bd68855a83bd76e7ea9de2 # Parent 2ec5b6eb75e58dffea7efd29d8a054ab1b8db0a2 Add new audio files --- a/src/Makefile.am Tue Jan 10 13:56:54 2006 +0000 +++ b/src/Makefile.am Tue Jan 10 13:57:09 2006 +0000 @@ -19,7 +19,8 @@ sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \ sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \ aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \ - aica/aica.c aica/aica.h \ + aica/aica.c aica/aica.h aica/audio.c aica/audio.h \ + aica/audio_null.c aica/audio_esd.c \ maple/maple.c maple/maple.h \ maple/controller.c maple/controller.h \ gui/support.c gui/support.h \ @@ -29,6 +30,6 @@ gui/debug_win.c gui/dump_win.c \ loader.c bootstrap.c util.c -dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) +dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE