From 51588a3f0cfd84150f88e931a6f3ca55f6433ba8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 23:01:21 +0200 Subject: [PATCH] dirent-safer: Move AC_LIBOBJ invocations to module description. * m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation. * modules/dirent-safer (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/dirent-safer.m4 | 3 +-- modules/dirent-safer | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bfa668bdf..716799117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + dirent-safer: Move AC_LIBOBJ invocations to module description. + * m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation. + * modules/dirent-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + crypto/des: Move AC_LIBOBJ invocations to module description. * m4/des.m4: Remove file. * modules/crypto/des (Files): Remove it. diff --git a/m4/dirent-safer.m4 b/m4/dirent-safer.m4 index 0b557ca76..79d840acd 100644 --- a/m4/dirent-safer.m4 +++ b/m4/dirent-safer.m4 @@ -1,4 +1,4 @@ -#serial 1 +#serial 2 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -7,5 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_DIRENT_SAFER], [ AC_CHECK_FUNCS_ONCE([fdopendir]) - AC_LIBOBJ([opendir-safer]) ]) diff --git a/modules/dirent-safer b/modules/dirent-safer index 47db18ef2..4c223808f 100644 --- a/modules/dirent-safer +++ b/modules/dirent-safer @@ -17,6 +17,7 @@ gl_DIRENT_SAFER gl_MODULE_INDICATOR([dirent-safer]) Makefile.am: +lib_SOURCES += opendir-safer.c Include: "dirent-safer.h" -- 2.11.0