summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-06-17 05:55:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-06-17 05:55:42 +0000
commit4ead5e11465e00e3d5bdedaccb921abbb1354974 (patch)
tree2c3aabc7be9a29089810542e2f1c9b467b67b43a /lib
parentb0ec6101bdde2c10f43c65da03539c878345892d (diff)
downloaddiffutils-4ead5e11465e00e3d5bdedaccb921abbb1354974.tar.gz
(noinst_HEADERS): Remove freesoft.h.
Add version-etc.h. (libdiffutils_a_SOURCES): Remove freesoft.c. Add version-etc.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3491500..ad94db3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -27,15 +27,15 @@ SUBDIRS = posix
noinst_HEADERS = \
c-stack.h cmpbuf.h dirname.h error.h exclude.h exitfail.h \
- file-type.h fnmatch_.h freesoft.h getopt.h \
+ file-type.h fnmatch_.h getopt.h \
gettext.h hard-locale.h inttostr.h prepargs.h posixver.h quotesys.h \
- regex_.h setmode.h unlocked-io.h xalloc.h xstrtol.h
+ regex_.h setmode.h unlocked-io.h version-etc.h xalloc.h xstrtol.h
libdiffutils_a_SOURCES = \
basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
- file-type.c freesoft.c getopt.c getopt1.c \
+ file-type.c getopt.c getopt1.c \
hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
- setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
+ setmode.c strftime.c umaxtostr.c version-etc.c xmalloc.c xstrtoumax.c
libdiffutils_a_LIBADD = @ALLOCA@ @LIBOBJS@
libdiffutils_a_DEPENDENCIES = $(libdiffutils_a_LIBADD)