changeset 15232:1760605ebcdf

crypto/rijndael: Move AC_LIBOBJ invocations to module description. * m4/rijndael.m4: Remove file. * modules/crypto/rijndael (Files): Remove it. (configure.ac): Remove gl_RIJNDAEL call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 01:23:28 +0200
parents 0722ede3f033
children c1518e50c76f
files ChangeLog m4/rijndael.m4 modules/crypto/rijndael
diffstat 3 files changed, 9 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	crypto/rijndael: Move AC_LIBOBJ invocations to module description.
+	* m4/rijndael.m4: Remove file.
+	* modules/crypto/rijndael (Files): Remove it.
+	(configure.ac): Remove gl_RIJNDAEL call.
+	(Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	readtokens: Move AC_LIBOBJ invocations to module description.
deleted file mode 100644
--- a/m4/rijndael.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-# rijndael.m4 serial 2
-dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_RIJNDAEL],
-[
-  AC_LIBOBJ([rijndael-alg-fst])
-  AC_LIBOBJ([rijndael-api-fst])
-])
--- a/modules/crypto/rijndael
+++ b/modules/crypto/rijndael
@@ -6,15 +6,14 @@
 lib/rijndael-alg-fst.h
 lib/rijndael-api-fst.c
 lib/rijndael-api-fst.h
-m4/rijndael.m4
 
 Depends-on:
 stdint
 
 configure.ac:
-gl_RIJNDAEL
 
 Makefile.am:
+lib_SOURCES += rijndael-alg-fst.c rijndael-api-fst.c
 
 Include:
 "rijndael-alg-fst.h"