mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Fixed building hermes objects with automake 1.5 (thanks winterlion)
This commit is contained in:
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user