From 9b44cf2458377e4e26abe4c92e886f60812a4a15 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 3 Apr 2004 01:21:22 +0000 Subject: [PATCH] Actually include needed function replacements in the yasm link. svn path=/trunk/yasm/; revision=1107 --- frontends/yasm/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/yasm/Makefile.inc b/frontends/yasm/Makefile.inc index 85738aac..77ab1c95 100644 --- a/frontends/yasm/Makefile.inc +++ b/frontends/yasm/Makefile.inc @@ -9,3 +9,4 @@ yasm_SOURCES += frontends/yasm/yasm-module.h yasm_SOURCES += frontends/yasm/yasm-module.c yasm_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@ $(YASM_MODULES) +yasm_LDADD += @LIBOBJS@ -- 2.40.0