Mercurial > sdl-ios-xcode
comparison src/cdrom/Makefile.am @ 138:69ee0b88b615
Applied Paul Jenner's patches to fix "make distcheck" and "make rpm"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Aug 2001 05:31:32 +0000 |
parents | 74212992fb08 |
children | 2839f45bdba0 |
comparison
equal
deleted
inserted
replaced
137:4738ea544d7a | 138:69ee0b88b615 |
---|---|
1 | 1 |
2 ## Makefile.am for the SDL cdrom library | 2 ## Makefile.am for the SDL cdrom library |
3 | 3 |
4 noinst_LTLIBRARIES = libcdrom.la | 4 noinst_LTLIBRARIES = libcdrom.la |
5 | 5 |
6 ARCH_SUBDIRS = dummy beos freebsd linux macos openbsd qnx win32 | 6 ARCH_SUBDIRS = $(srcdir)/dummy $(srcdir)/beos $(srcdir)/freebsd \ |
7 $(srcdir)/linux $(srcdir)/macos $(srcdir)/openbsd \ | |
8 $(srcdir)/qnx $(srcdir)/win32 | |
7 | 9 |
8 # Include the architecture-independent sources | 10 # Include the architecture-independent sources |
9 COMMON_SRCS = SDL_cdrom.c SDL_syscdrom.h | 11 COMMON_SRCS = SDL_cdrom.c SDL_syscdrom.h |
10 | 12 |
11 # Include the architecture-specific sources | 13 # Include the architecture-specific sources |