changeset 11715:5b2f6ef69b28

Fix typo.
author Bruno Haible <bruno@clisp.org>
date Sat, 18 Jul 2009 17:13:00 +0200
parents f33d1c9d5f8f
children b2dcdf7af453
files ChangeLog modules/pipe-tests
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-18  Bruno Haible  <bruno@clisp.org>
+
+	* modules/pipe-tests (Makefile.am): Fix typo.
+
 2009-07-18  Eric Blake  <ebb9@byu.net>
 
 	error: fix mingw build
--- a/modules/pipe-tests
+++ b/modules/pipe-tests
@@ -11,4 +11,4 @@
 TESTS += test-pipe.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-pipe
-test_closein_LDADD = $(LDADD) @LIBINTL@
+test_pipe_LDADD = $(LDADD) @LIBINTL@