Fixed building hermes objects with automake 1.5 (thanks winterlion)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40226
This commit is contained in:
Sam Lantinga 2001-11-02 19:59:41 +00:00
parent 396cf0590a
commit 12c2075fb5

View file

@ -15,6 +15,12 @@ SUFFIXES = .asm
noinst_LTLIBRARIES = libhermes.la noinst_LTLIBRARIES = libhermes.la
libhermes_la_SOURCES = $(PORTABLE_SRCS) 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 # The hermes library sources
PORTABLE_SRCS = \ PORTABLE_SRCS = \