Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 94:8d80d9c7cc7d
prev87:11208d725b61
next99:78cbd52afb8d
author nkeynes
date Wed Feb 15 12:39:34 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Include a newline after a stderr print
file annotate diff log raw
1.1 --- a/src/Makefile.am Sun Jan 22 22:40:53 2006 +0000
1.2 +++ b/src/Makefile.am Wed Feb 15 12:39:34 2006 +0000
1.3 @@ -15,7 +15,7 @@
1.4 pvr2.c pvr2.h \
1.5 bios.c bios.h \
1.6 gdrom/ide.c gdrom/ide.h \
1.7 - video.c dreamcast.c dreamcast.h \
1.8 + dreamcast.c dreamcast.h \
1.9 sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
1.10 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
1.11 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \
1.12 @@ -29,7 +29,10 @@
1.13 gui/callbacks.c gui/callbacks.h \
1.14 gui/gui.c gui/gui.h gui/mmr_win.c \
1.15 gui/debug_win.c gui/dump_win.c \
1.16 - loader.c bootstrap.c util.c
1.17 + loader.c bootstrap.c util.c \
1.18 + drivers/video_gtk.c drivers/video_gtk.h \
1.19 + drivers/video_x11.c drivers/video_x11.h \
1.20 + drivers/gl_glx.c
1.21
1.22 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd
1.23
.