Prefer lib_SOURCES over unconditional AC_LIBOBJ.
authorBruno Haible <bruno@clisp.org>
Sat, 6 Mar 2010 10:32:40 +0000 (11:32 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 6 Mar 2010 10:32:40 +0000 (11:32 +0100)
ChangeLog
modules/exitfail

index 8a4fcc7..4bd2a53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-06  Bruno Haible  <bruno@clisp.org>
+
+       Prefer lib_SOURCES over unconditional AC_LIBOBJ.
+       * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
+       (Makefile.am): Augment lib_SOURCES instead.
+
 2010-03-04  Jim Meyering  <meyering@redhat.com>
 
        utime: remove obsolete module
index 3a5ec82..641f99d 100644 (file)
@@ -9,9 +9,9 @@ Depends-on:
 exit
 
 configure.ac:
-AC_LIBOBJ([exitfail])
 
 Makefile.am:
+lib_SOURCES += exitfail.c
 
 Include:
 "exitfail.h"