Remove names of files that are now mentioned in AC_LIBSOURCES
authorJim Meyering <jim@meyering.net>
Fri, 11 Feb 2005 20:26:57 +0000 (20:26 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Feb 2005 20:26:57 +0000 (20:26 +0000)
and AC_LIBOBJ uses in inttostr.m4.

(libfetish_a_SOURCES): Remove imaxtostr.c,
offtostr.c, and umaxtostr.c.
(EXTRA_DIST): Remove inttostr.c and inttostr.h.

lib/Makefile.am

index 213f7be..767ee65 100644 (file)
@@ -39,11 +39,9 @@ libfetish_a_SOURCES = \
   full-read.c full-read.h \
   full-write.c full-write.h \
   gettext.h \
-  imaxtostr.c \
   linebuffer.c linebuffer.h \
   localcharset.c localcharset.h \
   mbswidth.c mbswidth.h \
-  offtostr.c \
   open-safer.c \
   readtokens0.c readtokens0.h \
   regex.h \
@@ -52,7 +50,6 @@ libfetish_a_SOURCES = \
   stdio-safer.h \
   stripslash.c \
   time_r.c time_r.h \
-  umaxtostr.c \
   unicodeio.c unicodeio.h \
   unistd-safer.h \
   version-etc.c version-etc.h version-etc-fsf.c \
@@ -89,8 +86,7 @@ MOSTLYCLEANFILES =
 SUFFIXES =
 
 EXTRA_DIST = getdate.c config.charset ref-add.sin ref-del.sin \
-  getndelim2.c getndelim2.h \
-  inttostr.c inttostr.h
+  getndelim2.c getndelim2.h
 
 # We need the following in order to install a simple file in $(libdir)
 # which is shared with other installed packages. We use a list of referencing