From b5b723393219489313c7065b0896ca4963ca6088 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 2 Nov 2001 19:59:41 +0000 Subject: [PATCH] Fixed building hermes objects with automake 1.5 (thanks winterlion) --- src/hermes/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/hermes/Makefile.am b/src/hermes/Makefile.am index 80f616f82..4c9657b90 100644 --- a/src/hermes/Makefile.am +++ b/src/hermes/Makefile.am @@ -15,6 +15,12 @@ SUFFIXES = .asm 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 = \