summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 2d5c83ba61..40398eb2c9 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -12,3 +12,6 @@ LDADD = \
sbin_PROGRAMS = qpidd
qpidd_SOURCES = qpidd.cpp
+
+# Force build of qpidd during dist phase so help2man will work.
+dist-hook: $(sbin_PROGRAMS)