From a53c1a8a771f1e914a5b6d20d80a7439609b127b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 30 Jan 1997 23:07:43 +0100 Subject: [PATCH] Now adds MYSQL_LIBS instead of LIBS to linker_options. Rev: src/modules/mysql/Makefile.in:1.2 --- src/modules/mysql/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/mysql/Makefile.in b/src/modules/mysql/Makefile.in index 8f2955a8ad..9993327a5a 100644 --- a/src/modules/mysql/Makefile.in +++ b/src/modules/mysql/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.1 1997/01/18 21:52:08 hubbe Exp $ +# $Id: Makefile.in,v 1.2 1997/01/30 22:07:43 grubba Exp $ # SRCDIR=@srcdir@ @@ -18,7 +18,7 @@ mysql.a: $(OBJS) -@RANLIB@ mysql.a linker_options: Makefile - echo >linker_options "@LDFLAGS@ @LIBS@" + echo >linker_options "@LDFLAGS@ @MYSQL_LIBS@" verify: @echo No tests for the mysql-module. -- GitLab