diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-19 11:46:00 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-19 11:46:00 +0000 |
| commit | ff530085b008663aca994c99b6e9ae3d90c24bf1 (patch) | |
| tree | aaa234dc73c8b8010afa446bb62085f7fe5bc787 /qpid/cpp/examples/messaging/Makefile.am | |
| parent | be96e8af563b790802dbc54d232ce382b0653548 (diff) | |
| download | qpid-python-ff530085b008663aca994c99b6e9ae3d90c24bf1.tar.gz | |
QPID-664: Add spout & drain examples as per python client
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/messaging/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am index 70a7fd59a6..b9f865625d 100644 --- a/qpid/cpp/examples/messaging/Makefile.am +++ b/qpid/cpp/examples/messaging/Makefile.am @@ -21,7 +21,13 @@ examplesdir=$(pkgdatadir)/examples/messaging MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk -noinst_PROGRAMS=queue_sender queue_receiver topic_sender topic_receiver client server map_sender map_receiver +noinst_PROGRAMS=drain spout queue_sender queue_receiver topic_sender topic_receiver client server map_sender map_receiver + +drain_SOURCES=drain.cpp +drain_LDADD=$(CLIENT_LIB) + +spout_SOURCES=spout.cpp +spout_LDADD=$(CLIENT_LIB) queue_sender_SOURCES=queue_sender.cpp queue_sender_LDADD=$(CLIENT_LIB) |
