comparison src/thread/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 83018110dce8
comparison
equal deleted inserted replaced
137:4738ea544d7a 138:69ee0b88b615
1 1
2 ## Makefile.am for the SDL thread library 2 ## Makefile.am for the SDL thread library
3 3
4 noinst_LTLIBRARIES = libthread.la 4 noinst_LTLIBRARIES = libthread.la
5 5
6 ARCH_SUBDIRS = generic amigaos beos irix linux win32 6 ARCH_SUBDIRS = $(srcdir)/generic $(srcdir)/amigaos $(srcdir)/beos \
7 $(srcdir)/irix $(srcdir)/linux $(srcdir)/win32
7 8
8 # Older versions of Linux require an asm clone() implementation 9 # Older versions of Linux require an asm clone() implementation
9 if USE_CLONE 10 if USE_CLONE
10 THREAD_ASM_SRC = clone.S 11 THREAD_ASM_SRC = clone.S
11 else 12 else