diff options
author | Alan Conway <aconway@apache.org> | 2007-04-11 19:53:32 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-11 19:53:32 +0000 |
commit | 04c7b957a4056219c29818111ae6d20fa8e418f8 (patch) | |
tree | df81b08d924025c678863965695cb612c722444b /qpid/cpp/src/tests/LazyLoadedContentTest.cpp | |
parent | 86336dc0d461ea6069f61aae72778e9fe6511b86 (diff) | |
download | qpid-python-04c7b957a4056219c29818111ae6d20fa8e418f8.tar.gz |
* cpp/qpidc.spec.in: Added qpidd-devel sub-package.
* cpp/configure.ac: Use a more reliable srcdir test file.
* cpp/docs/api/Makefile.am: Fix bug in VPATH builds.
* cpp/gentools/*, src/**.h,**.cpp: Fix #includes of files in gen/
* cpp/rpm/Makefile.am: Removed. RPM targets defined in top level Makefile.am.
* cpp/Makefile.am: Add RPM targets, fix VPATH bug with RPM targets
* cpp/rpm/README.qpidd-devel: placeholder for qpidd-devel documentation.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/LazyLoadedContentTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/LazyLoadedContentTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/LazyLoadedContentTest.cpp b/qpid/cpp/src/tests/LazyLoadedContentTest.cpp index 9d0da2206d..f366a25cf9 100644 --- a/qpid/cpp/src/tests/LazyLoadedContentTest.cpp +++ b/qpid/cpp/src/tests/LazyLoadedContentTest.cpp @@ -19,7 +19,7 @@ * */ #include "../broker/LazyLoadedContent.h" -#include "AMQP_HighestVersion.h" +#include "../gen/AMQP_HighestVersion.h" #include "../broker/NullMessageStore.h" #include "qpid_test_plugin.h" #include <iostream> |