From 9222b6f51074fa33a962db3ef25414f01e23677e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 30 Apr 2007 14:09:33 +0000 Subject: ./ * README.apichanges: Move to doc/. * Makefile.am (EXTRA_DIST): Removed that file. doc/ * HACKING: New. Two items by Marcus. * README.apichanges: Move from .. to here. * Makefile.am (EXTRA_DIST): Add new files. mpi/ * config.links: Create a file mod-source-info.h. * Makefile.am (DISTCLEANFILES): Add that file. * mpiutil.c (_gcry_mpi_get_hw_config): New. src/ * global.c (gcry_control): New. * gcrypt.h.in (GCRYCTL_DUMP_CONFIG): New. tests/ * version.c: New. * Makefile.am (TESTS): Add version. --- mpi/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpi/Makefile.am') diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 2b17f455..c1e8c9f5 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -38,7 +38,8 @@ LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) EXTRA_DIST = Manifest config.links DISTCLEANFILES = mpi-asm-defs.h \ mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ - mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h + mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h \ + sysdep.h mod-source-info.h # Note: we only use .S files so we should delete all left over .s CLEANFILES = _*.s __*.s -- cgit v1.2.1