diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-09 09:41:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-09 09:41:58 +0000 |
commit | fce002162256bd96e7266a3df498d8eaeb4d5f2f (patch) | |
tree | a5a6ebe667c78789dd62b926cec4b9a04bae9f97 | |
parent | 3dfc177f1a67150c9e163a8698dd25fa1c9742d0 (diff) | |
download | coreutils-fce002162256bd96e7266a3df498d8eaeb4d5f2f.tar.xz |
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.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 90e4db4a1..a0ac276f7 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 \ |