summaryrefslogtreecommitdiff
path: root/mpf/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-02 00:53:15 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-02 00:53:15 +0200
commit3fa7af439f396c63ce17810e918e748c1981777a (patch)
treea1ee01ef8fb39d49d65a0a9ac0282a8ce70268e6 /mpf/Makefile.am
parent4cf89ce9cf1bb004b32d170d9e565a9f9053600b (diff)
downloadgmp-3fa7af439f396c63ce17810e918e748c1981777a.tar.gz
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.
Diffstat (limited to 'mpf/Makefile.am')
-rw-r--r--mpf/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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