Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 614:a2d239d4438a
prev608:4f588e52bce0
next635:76c63aac3590
next643:653b0a70f173
author nkeynes
date Wed Jan 30 09:38:24 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Deliver TMU interrupts precisely rather than only at end of time slice
file annotate diff log raw
1.1 --- a/src/Makefile.am Sat Jan 26 02:45:27 2008 +0000
1.2 +++ b/src/Makefile.am Wed Jan 30 09:38:24 2008 +0000
1.3 @@ -75,6 +75,10 @@
1.4 lxdream_SOURCES += drivers/cd_none.c
1.5 endif
1.6
1.7 +if JOY_LINUX
1.8 +lxdream_SOURCES += drivers/joy_linux.c
1.9 +endif
1.10 +
1.11 if AUDIO_ESOUND
1.12 lxdream_SOURCES += drivers/audio_esd.c
1.13 endif
.