diff options
author | Alan Conway <aconway@apache.org> | 2007-04-14 16:38:02 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-14 16:38:02 +0000 |
commit | 1b3168902f3e3c03288860e55ba02e5200606cff (patch) | |
tree | 1d7215ec8a0c762d86104df93acb62d18d8da0db /qpid/cpp/docs/api | |
parent | f50d67546eda00e1b0ea875ea4043770405ce7b6 (diff) | |
download | qpid-python-1b3168902f3e3c03288860e55ba02e5200606cff.tar.gz |
* Moved code generation into top-level gen/ dir with own Makefile.am
to correctly install generated headers.
* Fixed gen-src.mk/Makefile dependency loop, bootstrap no longer needs
to pre-create gen-src.mk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/user.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/user.doxygen.in b/qpid/cpp/docs/api/user.doxygen.in index 5c390cc9c8..ea50311ce6 100644 --- a/qpid/cpp/docs/api/user.doxygen.in +++ b/qpid/cpp/docs/api/user.doxygen.in @@ -467,7 +467,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @abs_top_srcdir@/src +INPUT = @abs_top_srcdir@/src @abs_top_builddir@/gen # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |