summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-22 10:57:00 +0100
committerBruno Haible <bruno@clisp.org>2019-12-22 10:57:00 +0100
commit129087dbb4f8721d750d2ec58261c56b2bda2536 (patch)
treebc5c50b3fbeeedaf24a441d82bb9a091060a77c8 /modules
parent35accbe61c103aca59ed8ee7c5ddc3fde795ed6d (diff)
downloadgnulib-129087dbb4f8721d750d2ec58261c56b2bda2536.tar.gz
Prefer lib_SOURCES to unconditional AC_LIBOBJ.
* modules/at-internal: Prefer a lib_SOURCES augmentation to an unconditional AC_LIBOBJ. * modules/selinux-at: Likewise. * modules/xmemdup0: Likewise. * modules/xstrtoll: Likewise.
Diffstat (limited to 'modules')
-rw-r--r--modules/at-internal2
-rw-r--r--modules/selinux-at2
-rw-r--r--modules/xmemdup02
-rw-r--r--modules/xstrtoll3
4 files changed, 4 insertions, 5 deletions
diff --git a/modules/at-internal b/modules/at-internal
index 524750b655..d58c9b0b4b 100644
--- a/modules/at-internal
+++ b/modules/at-internal
@@ -14,9 +14,9 @@ sys_stat
unistd
configure.ac:
-AC_LIBOBJ([openat-proc])
Makefile.am:
+lib_SOURCES += openat-priv.h openat-proc.c
Include:
"openat-priv.h"
diff --git a/modules/selinux-at b/modules/selinux-at
index 62dd6e6824..29d188e1aa 100644
--- a/modules/selinux-at
+++ b/modules/selinux-at
@@ -21,9 +21,9 @@ unistd
configure.ac:
AC_CHECK_HEADERS([selinux/flask.h])
-AC_LIBOBJ([selinux-at])
Makefile.am:
+lib_SOURCES += selinux-at.h selinux-at.c
Include:
"selinux-at.h"
diff --git a/modules/xmemdup0 b/modules/xmemdup0
index d7ea438d7f..a82609a9df 100644
--- a/modules/xmemdup0
+++ b/modules/xmemdup0
@@ -9,9 +9,9 @@ Depends-on:
xalloc
configure.ac:
-AC_LIBOBJ([xmemdup0])
Makefile.am:
+lib_SOURCES += xmemdup0.h xmemdup0.c
Include:
"xmemdup0.h"
diff --git a/modules/xstrtoll b/modules/xstrtoll
index ccff7f1acc..b36db460c6 100644
--- a/modules/xstrtoll
+++ b/modules/xstrtoll
@@ -12,10 +12,9 @@ strtoull
xstrtol
configure.ac:
-AC_LIBOBJ([xstrtoll])
-AC_LIBOBJ([xstrtoull])
Makefile.am:
+lib_SOURCES += xstrtoll.c xstrtoull.c
Include:
"xstrtol.h"