Fixed building hermes objects with automake 1.5 (thanks winterlion)

This commit is contained in:
Sam Lantinga
2001-11-02 19:59:41 +00:00
parent 1ef2a67a85
commit d68f41c1bc

View File

@@ -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 = \