Mercurial > sdl-ios-xcode
diff configure.in @ 724:6b3dfe0198bb
Atari CD-ROM support
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 27 Sep 2003 08:20:26 +0000 |
parents | 1e8865a3e127 |
children | faaa676b20ef |
line wrap: on
line diff
--- a/configure.in Wed Sep 24 21:45:27 2003 +0000 +++ b/configure.in Sat Sep 27 08:20:26 2003 +0000 @@ -2503,8 +2503,8 @@ fi # Set up files for the cdrom library if test x$enable_cdrom = xyes; then - CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" - CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" + CDROM_SUBDIRS="$CDROM_SUBDIRS mint" + CDROM_DRIVERS="$CDROM_DRIVERS mint/libcdrom_mint.la" fi # Set up files for the thread library if test x$enable_threads = xyes; then @@ -2765,6 +2765,7 @@ src/cdrom/linux/Makefile src/cdrom/macos/Makefile src/cdrom/macosx/Makefile +src/cdrom/mint/Makefile src/cdrom/openbsd/Makefile src/cdrom/osf/Makefile src/cdrom/qnx/Makefile