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:
parent
396cf0590a
commit
12c2075fb5
1 changed files with 6 additions and 0 deletions
|
@ -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 = \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue