diff options
| author | Ted Ross <tross@apache.org> | 2009-01-16 20:09:39 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-01-16 20:09:39 +0000 |
| commit | d1098fcdcab60c53849837fc4c29d6a36ee0f025 (patch) | |
| tree | ae471bd9f9d2ec16305d11c590b1fedacb40fbed /cpp/examples/qmf-console/Makefile.am | |
| parent | bdde5251d8592c69d3951aa5b5a01e59b62eb7a2 (diff) | |
| download | qpid-python-d1098fcdcab60c53849837fc4c29d6a36ee0f025.tar.gz | |
QPID-1588 - Fixed bug in asynchronous API operations.
Added a new example to demonstrate async ops.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/qmf-console/Makefile.am')
| -rw-r--r-- | cpp/examples/qmf-console/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/examples/qmf-console/Makefile.am b/cpp/examples/qmf-console/Makefile.am index e115fc0fb0..471620f465 100644 --- a/cpp/examples/qmf-console/Makefile.am +++ b/cpp/examples/qmf-console/Makefile.am @@ -22,7 +22,7 @@ examplesdir=$(pkgdatadir)/examples/qmf-console MAKELDFLAG = qmfconsole include $(top_srcdir)/examples/makedist.mk -noinst_PROGRAMS=console printevents ping +noinst_PROGRAMS=console printevents ping queuestats console_SOURCES=console.cpp console_LDADD=$(CONSOLE_LIB) @@ -33,9 +33,13 @@ printevents_LDADD=$(CONSOLE_LIB) ping_SOURCES=ping.cpp ping_LDADD=$(CONSOLE_LIB) +queuestats_SOURCES=queuestats.cpp +queuestats_LDADD=$(CONSOLE_LIB) + examples_DATA= \ console.cpp \ printevents.cpp \ ping.cpp \ + queuestats.cpp \ $(MAKEDIST) |
