From: Jim Meyering Date: Wed, 9 Mar 2005 09:41:58 +0000 (+0000) Subject: More migration to AC_LIBSOURCES/AC_LIBOBJ. X-Git-Tag: CPPI-1_12~1371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce002162256bd96e7266a3df498d8eaeb4d5f2f;p=thirdparty%2Fcoreutils.git More migration to AC_LIBSOURCES/AC_LIBOBJ. (libfetish_a_SOURCES): Remove two more pairs of files: cycle-check.c, cycle-check.h and argmatch.c, argmatch.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 90e4db4a1f..a0ac276f76 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,8 +27,6 @@ DEFS += -DLIBDIR=\"$(libdir)\" libfetish_a_SOURCES = \ allocsa.c allocsa.h \ - argmatch.c argmatch.h \ - cycle-check.c cycle-check.h \ dev-ino.h \ diacrit.c diacrit.h \ dup-safer.c \