Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 67:1f59399bbf17
prev54:d8b73031289c
next87:11208d725b61
author nkeynes
date Mon Jan 16 11:22:41 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove debug lines
file annotate diff log raw
1.1 --- a/src/Makefile.am Sun Jan 01 08:08:40 2006 +0000
1.2 +++ b/src/Makefile.am Mon Jan 16 11:22:41 2006 +0000
1.3 @@ -19,7 +19,8 @@
1.4 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
1.5 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \
1.6 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
1.7 - aica/aica.c aica/aica.h \
1.8 + aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
1.9 + aica/audio_null.c aica/audio_esd.c \
1.10 maple/maple.c maple/maple.h \
1.11 maple/controller.c maple/controller.h \
1.12 gui/support.c gui/support.h \
1.13 @@ -29,6 +30,6 @@
1.14 gui/debug_win.c gui/dump_win.c \
1.15 loader.c bootstrap.c util.c
1.16
1.17 -dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
1.18 +dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd
1.19
1.20 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE
.