changeset 6138:7c2e9da4b140

(gl_UNISTD_SAFER): Add pipe-safer.c.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Aug 2005 14:37:07 +0000
parents f270d9c67980
children 4837cf510f35
files m4/unistd-safer.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/unistd-safer.m4
+++ b/m4/unistd-safer.m4
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,7 @@
   AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h])
   AC_LIBOBJ([dup-safer])
   AC_LIBOBJ([fd-safer])
+  AC_LIBOBJ([pipe-safer])
 
   gl_PREREQ_DUP_SAFER
   gl_PREREQ_FD_SAFER