From 4897093455a2bf08f3db3a1132cc2f6f5484d77c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:03:02 +0200 Subject: Adding upstream version 1:2.6.4. Signed-off-by: Daniel Baumann --- tools/rpcdebug/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/rpcdebug/Makefile.am (limited to 'tools/rpcdebug/Makefile.am') 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 -- cgit v1.2.3