Mercurial > sdl-ios-xcode
diff src/cdrom/osf/Makefile.am @ 654:e92bcf2573cb
Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 14:01:21 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cdrom/osf/Makefile.am Tue Jul 22 14:01:21 2003 +0000 @@ -0,0 +1,8 @@ + +## Makefile.am for the osf cdrom driver for SDL + +noinst_LTLIBRARIES = libcdrom_osf.la +libcdrom_osf_la_SOURCES = $(SRCS) + +# The SDL cdrom driver sources +SRCS = SDL_syscdrom.c