Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 103:9b9cfc5855e0
prev100:995e42e96cc9
next106:9048bac046c3
author nkeynes
date Tue Mar 14 11:44:04 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove call-slot-delay on syscall
ensure dreamcast_stop on error conditions for the time being
file annotate diff log raw
1.1 --- a/src/Makefile.am Wed Feb 15 13:11:50 2006 +0000
1.2 +++ b/src/Makefile.am Tue Mar 14 11:44:04 2006 +0000
1.3 @@ -12,7 +12,7 @@
1.4 main.c \
1.5 mem.c mem.h mmio.h watch.c \
1.6 asic.c asic.h \
1.7 - bios.c bios.h \
1.8 + syscall.c syscall.h bios.c dcload.c \
1.9 gdrom/ide.c gdrom/ide.h \
1.10 dreamcast.c dreamcast.h \
1.11 sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
1.12 @@ -22,6 +22,7 @@
1.13 aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
1.14 pvr2/pvr2.c pvr2/pvr2.h \
1.15 pvr2/ta.c pvr2/render.c \
1.16 + pvr2/texcache.c \
1.17 maple/maple.c maple/maple.h \
1.18 maple/controller.c maple/controller.h \
1.19 gui/support.c gui/support.h \
1.20 @@ -32,8 +33,7 @@
1.21 loader.c bootstrap.c util.c \
1.22 drivers/audio_null.c drivers/audio_esd.c \
1.23 drivers/video_gtk.c drivers/video_gtk.h \
1.24 - drivers/video_x11.c drivers/video_x11.h \
1.25 - drivers/gl_glx.c
1.26 + drivers/video_x11.c drivers/video_x11.h
1.27
1.28 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd
1.29
.