Mercurial > sdl-ios-xcode
diff src/thread/Makefile.am @ 173:83018110dce8
Added initial support for EPOC/Symbian OS (thanks Hannu!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:38:49 +0000 |
parents | 69ee0b88b615 |
children | 34d316d5e744 |
line wrap: on
line diff
--- a/src/thread/Makefile.am Tue Sep 11 19:00:18 2001 +0000 +++ b/src/thread/Makefile.am Tue Sep 11 20:38:49 2001 +0000 @@ -3,8 +3,13 @@ noinst_LTLIBRARIES = libthread.la -ARCH_SUBDIRS = $(srcdir)/generic $(srcdir)/amigaos $(srcdir)/beos \ - $(srcdir)/irix $(srcdir)/linux $(srcdir)/win32 +ARCH_SUBDIRS = $(srcdir)/generic \ + $(srcdir)/amigaos \ + $(srcdir)/beos \ + $(srcdir)/epoc \ + $(srcdir)/irix \ + $(srcdir)/linux \ + $(srcdir)/win32 # Older versions of Linux require an asm clone() implementation if USE_CLONE