Mercurial > sdl-ios-xcode
changeset 225:2d1753bc178a
Fixed building hermes objects with automake 1.5 (thanks winterlion)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 02 Nov 2001 19:59:41 +0000 |
parents | e7f75aaf542f |
children | bb72c418a1f9 |
files | src/hermes/Makefile.am |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hermes/Makefile.am Fri Nov 02 19:51:43 2001 +0000 +++ b/src/hermes/Makefile.am Fri Nov 02 19:59:41 2001 +0000 @@ -15,6 +15,12 @@ noinst_LTLIBRARIES = libhermes.la libhermes_la_SOURCES = $(PORTABLE_SRCS) +am_libhermes_la_OBJECTS = \ + mmx_main.lo \ + mmxp2_32.lo \ + x86_main.lo \ + x86p_16.lo \ + x86p_32.lo # The hermes library sources PORTABLE_SRCS = \