diff options
Diffstat (limited to 'qpid/cpp/examples/messaging/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/messaging/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am index 1f5f2ede2a..298d65e6f1 100644 --- a/qpid/cpp/examples/messaging/Makefile.am +++ b/qpid/cpp/examples/messaging/Makefile.am @@ -21,8 +21,8 @@ examplesdir=$(pkgdatadir)/examples/messaging # Settings to build the examples in automake AM_CXXFLAGS = $(WARNING_CFLAGS) INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -CLIENT_LIB=$(top_builddir)/src/libqpidclient.la -CLIENTFLAGS=-lqpidclient +CLIENT_LIB=$(top_builddir)/src/libqpidmessaging.la +CLIENTFLAGS=-lqpidmessaging noinst_PROGRAMS=drain spout client server map_sender map_receiver hello_world hello_xml |
