]> granicus.if.org Git - yasm/commitdiff
Fix AC_REPLACE_FUNCS handling for tests as well as src/ by putting LIBOBJS
authorPeter Johnson <peter@tortall.net>
Mon, 5 Nov 2001 08:17:22 +0000 (08:17 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 5 Nov 2001 08:17:22 +0000 (08:17 -0000)
into libyasm.a instead of just for the yasm target.

svn path=/trunk/yasm/; revision=320

src/Makefile.am

index 4c9b13ed78b0f51f6759e4f5bf2b8e8b5b5c34f2..28aa4471d7a570ca4db8c052064d8a99af79623a 100644 (file)
@@ -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 = \