1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-31 11:41:32 +01:00

* Makefile.am: Add the portable C links to DISTCLEANFILES. Noted by

Nelson H. F. Beebe.
This commit is contained in:
David Shaw 2004-01-09 22:57:39 +00:00
parent aeb16fcca1
commit 039c9fab07
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-01-09 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Add the portable C links to DISTCLEANFILES. Noted
by Nelson H. F. Beebe.
2003-12-23 Werner Koch <wk@gnupg.org>
* mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning.

View File

@ -25,8 +25,11 @@ ASFLAGS = @MPI_SFLAGS@
EXTRA_DIST = 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-add1.S mpih-add1.c mpih-mul1.S mpih-mul1.c \
mpih-mul2.S mpih-mul2.c mpih-mul3.S mpih-mul3.c \
mpih-lshift.S mpih-lshift.c mpih-rshift.S mpih-rshift.c \
mpih-sub1.S mpih-sub1.c asm-syntax.h sysdep.h
# Note: we only use .S files so we should delete all left over .s
CLEANFILES = _*.s