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 | f7f31c6a720d23749b23735b71cd401d93ded9b5 (patch) | |
tree | 382a98e69263b7bb9704d4a5808207cce1ca9bc3 /cpp/docs/man | |
parent | 62fcd3aba9edec066e39de64c2f1c54342282a16 (diff) | |
download | qpid-python-f7f31c6a720d23749b23735b71cd401d93ded9b5.tar.gz |
* Fixes to enable VPATH builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/man')
-rw-r--r-- | cpp/docs/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/man/Makefile.am b/cpp/docs/man/Makefile.am index f637328cbb..7d2acd7227 100644 --- a/cpp/docs/man/Makefile.am +++ b/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 |