blob: 8fc80ea701e2274ea8ddaf663ecc592d0655fea1 (
plain) (
blame)
1
2
3
4
5
6
7
|
noinst_PROGRAMS = readdir_inode utimens_nofollow
readdir_inode_SOURCES = readdir_inode.c
utimens_nofollow_SOURCES = utimens_nofollow.c
TESTS = test_bindfs.rb
SUBDIRS = internals
|