summaryrefslogtreecommitdiff
path: root/modules/canon-host
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-23 22:31:13 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:17 +0200
commit294d3b8cc948a8e2b5f990bd27ef7b594f8c9e53 (patch)
tree3b3c8eec84dd567d64075018d29e4eab0a188e96 /modules/canon-host
parent69e8f12ca4fc94dcca2aaf2c6c75c6119bcddfc2 (diff)
downloadgnulib-294d3b8cc948a8e2b5f990bd27ef7b594f8c9e53.tar.gz
canon-host: Move AC_LIBOBJ invocations to module description.
* m4/canon-host.m4 (gl_CANON_HOST): Remove macro. * modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST instead of gl_CANON_HOST. (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/canon-host')
-rw-r--r--modules/canon-host3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/canon-host b/modules/canon-host
index ef9807da4e..c9628da2ae 100644
--- a/modules/canon-host
+++ b/modules/canon-host
@@ -12,9 +12,10 @@ getaddrinfo
strdup
configure.ac:
-gl_CANON_HOST
+gl_PREREQ_CANON_HOST
Makefile.am:
+lib_SOURCES += canon-host.c
Include:
"canon-host.h"