From c438c6294856331a2ca3595de9c7c3c73f78c215 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 5 Nov 2001 08:17:22 +0000 Subject: [PATCH] Fix AC_REPLACE_FUNCS handling for tests as well as src/ by putting LIBOBJS into libyasm.a instead of just for the yasm target. svn path=/trunk/yasm/; revision=320 --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4c9b13ed..28aa4471 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,6 @@ yasm_LDADD = \ optimizers/dbg/liboptimizer.a \ objfmts/dbg/libobjfmt.a \ libyasm.a \ - @LIBOBJS@ \ $(INTLLIBS) noinst_LIBRARIES = libyasm.a @@ -60,6 +59,9 @@ libyasm_a_SOURCES = \ xstrdup.c \ strcasecmp.c +libyasm_a_LIBADD = \ + @LIBOBJS@ + CFLAGS = @ANSI_CFLAGS@ EXTRA_DIST = \ -- 2.40.0