From 3fa7af439f396c63ce17810e918e748c1981777a Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 2 Oct 2001 00:53:15 +0200 Subject: Amend to .h files: * mpf/fits_s.h: Renamed and adapted from mpf/fits_s.c. * mpf/fits_sshort.c, mpf/fits_sint.c, mpf/fits_slong.c: New files. * mpf/fits_u.h: Renamed and adapted from mpf/fits_u.c. * mpf/fits_ushort.c, mpf/fits_uint.c, mpf/fits_ulong.c: New files. * mpf/Makefile.am: Consequent updates. --- mpf/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mpf/Makefile.am') diff --git a/mpf/Makefile.am b/mpf/Makefile.am index 64a0d9562..227efa641 100644 --- a/mpf/Makefile.am +++ b/mpf/Makefile.am @@ -36,6 +36,5 @@ libmpf_la_SOURCES = \ pow_ui.c urandomb.c swap.c get_si.c get_ui.c int_p.c \ ceilfloor.c trunc.c \ fits_sint.c fits_slong.c fits_sshort.c \ - fits_uint.c fits_ulong.c fits_ushort.c - -EXTRA_DIST = fits_s.i fits_u.i + fits_uint.c fits_ulong.c fits_ushort.c \ + fits_s.h fits_u.h -- cgit v1.2.1