blob: 1d5491cc8f44fd592904177059cb8f61ac9cd0f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = bindfs
noinst_HEADERS = debug.h permchain.h userinfo.h misc.h usermap.h
bindfs_SOURCES = bindfs.c permchain.c userinfo.c misc.c usermap.c
AM_CFLAGS = $(fuse_CFLAGS)
bindfs_LDADD = $(fuse_LIBS)
man_MANS = bindfs.1
|