diff options
Diffstat (limited to 'tools/rpcdebug/Makefile.am')
-rw-r--r-- | tools/rpcdebug/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/rpcdebug/Makefile.am b/tools/rpcdebug/Makefile.am new file mode 100644 index 0000000..b0a3e1f --- /dev/null +++ b/tools/rpcdebug/Makefile.am @@ -0,0 +1,9 @@ +## Process this file with automake to produce Makefile.in + +man8_MANS = rpcdebug.man +EXTRA_DIST = $(man8_MANS) + +sbin_PROGRAMS = rpcdebug +rpcdebug_SOURCES = rpcdebug.c + +MAINTAINERCLEANFILES = Makefile.in |