diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-02-03 17:36:45 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-02-03 17:36:45 +0200 |
commit | 37daae03c16635dab108b68ca596aa36fdb063a6 (patch) | |
tree | ea6ff26f63ff8c3195e777abfbfc4e904a457100 /misc | |
parent | 51c96db0464f86901b328899106dd8d4159dd878 (diff) | |
download | librpm-tizen-37daae03c16635dab108b68ca596aa36fdb063a6.tar.gz librpm-tizen-37daae03c16635dab108b68ca596aa36fdb063a6.tar.bz2 librpm-tizen-37daae03c16635dab108b68ca596aa36fdb063a6.zip |
Kill off couple of dangling lib/fs.c references
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 77ca504c7..f2e96e474 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/misc EXTRA_DIST = \ fnmatch.c fnmatch.h \ - getmntent.c glob.c glob.h \ + glob.c glob.h \ stpcpy.c stpncpy.c noinst_LTLIBRARIES = libmisc.la |