Kill off couple of dangling lib/fs.c references

This commit is contained in:
Panu Matilainen 2010-02-03 17:36:45 +02:00
parent 51c96db046
commit 37daae03c1
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/misc
EXTRA_DIST = \ EXTRA_DIST = \
fnmatch.c fnmatch.h \ fnmatch.c fnmatch.h \
getmntent.c glob.c glob.h \ glob.c glob.h \
stpcpy.c stpncpy.c stpcpy.c stpncpy.c
noinst_LTLIBRARIES = libmisc.la noinst_LTLIBRARIES = libmisc.la

View File

@ -27,7 +27,6 @@ build/spec.c
lib/cpio.c lib/cpio.c
lib/depends.c lib/depends.c
lib/formats.c lib/formats.c
lib/fs.c
lib/fsm.c lib/fsm.c
lib/legacy.c lib/legacy.c
lib/manifest.c lib/manifest.c