diff options
Diffstat (limited to 'support/misc/Makefile.am')
-rw-r--r-- | support/misc/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/misc/Makefile.am b/support/misc/Makefile.am new file mode 100644 index 0000000..1048580 --- /dev/null +++ b/support/misc/Makefile.am @@ -0,0 +1,6 @@ +## Process this file with automake to produce Makefile.in + +noinst_LIBRARIES = libmisc.a +libmisc_a_SOURCES = tcpwrapper.c from_local.c mountpoint.c + +MAINTAINERCLEANFILES = Makefile.in |