diff options
author | Alan Conway <aconway@apache.org> | 2007-04-11 13:06:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-11 13:06:30 +0000 |
commit | 86336dc0d461ea6069f61aae72778e9fe6511b86 (patch) | |
tree | 6522df7799047c34196ae0dce9cc667fe24706e3 /qpid/cpp/docs/man | |
parent | da821ce9991650d72d67172979ca117eb6744b58 (diff) | |
download | qpid-python-86336dc0d461ea6069f61aae72778e9fe6511b86.tar.gz |
* Fixes to enable VPATH builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/man')
-rw-r--r-- | qpid/cpp/docs/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am index f637328cbb..7d2acd7227 100644 --- a/qpid/cpp/docs/man/Makefile.am +++ b/qpid/cpp/docs/man/Makefile.am @@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) dist-hook: $(man_aux) -qpidd.1: $(srcdir)/qpidd.x $(top_srcdir)/src/qpidd +qpidd.1: $(srcdir)/qpidd.x $(top_builddir)/src/qpidd # Depend on configure.ac to get version number changes. $(dist_man_MANS): $(top_srcdir)/configure.ac |