diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-01-18 13:36:51 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-01-18 13:36:51 +0000 |
| commit | 6d1404dbd9be680219c02b7f298a4bd0ea883805 (patch) | |
| tree | ecff9074def14c559a97fd920d97738289051f56 /qpid/cpp/examples/messaging/Makefile.am | |
| parent | b346104c3c4e29c6e2d21d67d35a5d50c33ffa10 (diff) | |
| download | qpid-python-6d1404dbd9be680219c02b7f298a4bd0ea883805.tar.gz | |
JIRA-4372: Added a CMakeLists.txt file for messaging examples.
In the messaging/dist_extra directory is a CMakeLists.txt file that will
be shipped under both the autotool and cmake builds with the messaging
examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1435129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/messaging/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am index f11ca20c71..5fefb37f8a 100644 --- a/qpid/cpp/examples/messaging/Makefile.am +++ b/qpid/cpp/examples/messaging/Makefile.am @@ -62,7 +62,7 @@ examples_DATA= \ server.cpp \ map_sender.cpp \ map_receiver.cpp \ - extra_dist/Makefile + extra_dist/CMakeLists.txt EXTRA_DIST= \ $(examples_DATA) \ |
