diff options
author | Bruno Haible <bruno@clisp.org> | 2011-05-24 00:38:58 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:07:30 +0200 |
commit | 076e1669c0dbf623fd0fd1142eb45354fbea14dd (patch) | |
tree | 2fc0858840cc338deca71cf4f7d4c2e68c147cba /modules/memxor | |
parent | 1138219730c90a72ef8c3ab3daffa601421b037c (diff) | |
download | gnulib-076e1669c0dbf623fd0fd1142eb45354fbea14dd.tar.gz |
memxor: Move AC_LIBOBJ invocations to module description.
* m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
* modules/memxor (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/memxor')
-rw-r--r-- | modules/memxor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/memxor b/modules/memxor index dea7eed23d..3cc95a33b3 100644 --- a/modules/memxor +++ b/modules/memxor @@ -12,6 +12,7 @@ configure.ac: gl_MEMXOR Makefile.am: +lib_SOURCES += memxor.c Include: "memxor.h" |