Commit 12c2075f authored by Sam Lantinga's avatar Sam Lantinga

Fixed building hermes objects with automake 1.5 (thanks winterlion)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40226
parent 396cf059
......@@ -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 = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment