blob: f9993e3ac8973fd4de3ed35a236b127e143d0fb9 (
plain)
1
2
3
4
5
6
7
|
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libmisc.a
libmisc_a_SOURCES = tcpwrapper.c from_local.c mountpoint.c file.c \
nfsd_path.c workqueue.c xstat.c
MAINTAINERCLEANFILES = Makefile.in
|