summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-04-12 20:30:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-04-12 20:30:57 +0000
commit2e225054695624e563061098b6ca6e03dc619d47 (patch)
tree8a5e713a8ce2bc09661eb4d81bdbc39518f71f0c /lib
parenta74be8d413ed08f1fd2e73499f73e453be2f6e39 (diff)
downloaddiffutils-2e225054695624e563061098b6ca6e03dc619d47.tar.gz
Use inttostr module, so we needn't worry about specifying it ourself.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5e8bd7e..1e20c52 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -19,20 +19,19 @@
noinst_LIBRARIES = libdiffutils.a
-noinst_HEADERS = cmpbuf.h inttostr.h prepargs.h quotesys.h
+noinst_HEADERS = cmpbuf.h prepargs.h quotesys.h
libdiffutils_a_SOURCES = $(lib_SOURCES)
lib_SOURCES = \
cmpbuf.c \
- imaxtostr.c offtostr.c prepargs.c quotesys.c \
- umaxtostr.c
+ prepargs.c quotesys.c
libdiffutils_a_LIBADD = @ALLOCA@ @LIBOBJS@
libdiffutils_a_DEPENDENCIES = $(libdiffutils_a_LIBADD)
BUILT_SOURCES =
DISTCLEANFILES =
-EXTRA_DIST = inttostr.c waitpid.c
+EXTRA_DIST = waitpid.c
MOSTLYCLEANFILES =
include gnulib.mk