From cba6b66126c1e8efe42ffeac0d1dcda44adb0f69 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 28 Sep 2008 14:42:41 +0000 Subject: [PATCH] test-lock now also needs to link with threadlib.o (split off from lock.o). --- gettext-runtime/tests/ChangeLog | 4 ++++ gettext-runtime/tests/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gettext-runtime/tests/ChangeLog b/gettext-runtime/tests/ChangeLog index e56f82d88..a13f331f1 100644 --- a/gettext-runtime/tests/ChangeLog +++ b/gettext-runtime/tests/ChangeLog @@ -1,3 +1,7 @@ +2008-09-28 Bruno Haible + + * Makefile.am (test_lock_SOURCES): Add threadlib.c. + 2007-11-07 Bruno Haible * gettext-0.17 released. diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am index 9ede39048..a57b4ad5f 100644 --- a/gettext-runtime/tests/Makefile.am +++ b/gettext-runtime/tests/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/tests subdirectory of GNU gettext -## Copyright (C) 2005-2006 Free Software Foundation, Inc. +## Copyright (C) 2005-2006, 2008 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ AM_CPPFLAGS = \ -I$(srcdir)/../intl noinst_PROGRAMS = test-lock -test_lock_SOURCES = test-lock.c ../intl/lock.c +test_lock_SOURCES = test-lock.c ../intl/lock.c ../intl/threadlib.c test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ # Clean up after Solaris cc. -- 2.47.2