Skip to content

Commit

Permalink
Fixed building hermes objects with automake 1.5 (thanks winterlion)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 2, 2001
1 parent 5d456f4 commit b5b7233
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hermes/Makefile.am
Expand Up @@ -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 = \
Expand Down

0 comments on commit b5b7233

Please sign in to comment.