diff options
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/fstimeprec | 24 | ||||
-rw-r--r-- | gl/modules/fstimeprec-tests | 10 |
2 files changed, 0 insertions, 34 deletions
diff --git a/gl/modules/fstimeprec b/gl/modules/fstimeprec deleted file mode 100644 index 787c2e7a0..000000000 --- a/gl/modules/fstimeprec +++ /dev/null @@ -1,24 +0,0 @@ -Description: -estimate precision of time stamps in file systems - -Files: -lib/fstimeprec.c -lib/fstimeprec.h - -Depends-on: -hash -stat-time - -configure.ac: - -Makefile.am: -lib_SOURCES += fstimeprec.c fstimeprec.h - -Include: -"fstimeprec.h" - -License -GPL - -Maintainer: -Paul Eggert and Jim Meyering diff --git a/gl/modules/fstimeprec-tests b/gl/modules/fstimeprec-tests deleted file mode 100644 index bf6b49e6b..000000000 --- a/gl/modules/fstimeprec-tests +++ /dev/null @@ -1,10 +0,0 @@ -Files: -tests/test-fstimeprec.c - -Depends-on: - -configure.ac: - -Makefile.am: -TESTS += test-fstimeprec -check_PROGRAMS += test-fstimeprec |