diff options
Diffstat (limited to 'support/misc/Makefile.am')
-rw-r--r-- | support/misc/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/misc/Makefile.am b/support/misc/Makefile.am new file mode 100644 index 0000000..f9993e3 --- /dev/null +++ b/support/misc/Makefile.am @@ -0,0 +1,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 |