]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
test-lock now also needs to link with threadlib.o (split off from lock.o).
authorBruno Haible <bruno@clisp.org>
Sun, 28 Sep 2008 14:42:41 +0000 (14:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:53 +0000 (12:15 +0200)
gettext-runtime/tests/ChangeLog
gettext-runtime/tests/Makefile.am

index e56f82d88d739b89a3e1bc06fffaa0edbff050c7..a13f331f1161398c397fcbfb41a5619b8ed7c46b 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-28  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (test_lock_SOURCES): Add threadlib.c.
+
 2007-11-07  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.17 released.
index 9ede39048d80d82030a08ef05705f593f514ed9c..a57b4ad5fb0bf1a11a17b293513cb0e85f30b18c 100644 (file)
@@ -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.