diff options
| author | Bruno Haible <bruno@clisp.org> | 2011-05-23 22:17:47 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:07:16 +0200 |
| commit | fa46928668f4197fa0bd9dda66bb2c13cafcf937 (patch) | |
| tree | e1a1e1671b5f558c33a610b0270e991e09e74eaf /modules/crypto | |
| parent | c17a3e5650fe461976ccea6ffae687572852d180 (diff) | |
| download | gnulib-fa46928668f4197fa0bd9dda66bb2c13cafcf937.tar.gz | |
crypto/arcfour: Move AC_LIBOBJ invocations to module description.
* m4/arcfour.m4: Remove file.
* modules/crypto/arcfour (Files): Remove it.
(configure.ac): Remove gl_ARCFOUR call.
(Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/crypto')
| -rw-r--r-- | modules/crypto/arcfour | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/crypto/arcfour b/modules/crypto/arcfour index 362bebe41a..43d1345bc8 100644 --- a/modules/crypto/arcfour +++ b/modules/crypto/arcfour @@ -4,15 +4,14 @@ ARCFOUR stream cipher implementation Files: lib/arcfour.h lib/arcfour.c -m4/arcfour.m4 Depends-on: stdint configure.ac: -gl_ARCFOUR Makefile.am: +lib_SOURCES += arcfour.c Include: "arcfour.h" |
