Mercurial > sdl-ios-xcode
diff src/thread/Makefile.am @ 754:623b453a3219
Fixed "dist" make target for newer versions of automake
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2003 06:25:53 +0000 |
parents | dad72daf44b3 |
children |
line wrap: on
line diff
--- a/src/thread/Makefile.am Wed Dec 10 12:35:56 2003 +0000 +++ b/src/thread/Makefile.am Sun Dec 14 06:25:53 2003 +0000 @@ -16,7 +16,7 @@ # Older versions of Linux require an asm clone() implementation if USE_CLONE -THREAD_ASM_SRC = clone.S +THREAD_ASM_SRC = linux/clone.S else THREAD_ASM_SRC = endif