Prefer lib_SOURCES over unconditional AC_LIBOBJ.
authorIan Beckwith <ianb@erislabs.net>
Mon, 8 Mar 2010 03:03:23 +0000 (03:03 +0000)
committerIan Beckwith <ianb@erislabs.net>
Mon, 8 Mar 2010 03:03:23 +0000 (03:03 +0000)
(cherry picked from commit 434627d5ae5ce034b0b9ad70db87ec4a5e95e722)

Conflicts:

ChangeLog

ChangeLog
modules/exitfail

index 23d0e38..38439a3 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-05  Simon Josefsson  <simon@josefsson.org>
 
        * modules/exit (License): Relax license to LGPLv2+.
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"