From cc3755a16f00026af882ed14d122cc8aa6d50e82 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 3 Aug 2009 11:30:13 +0200 Subject: renamed from zs to zmq --- examples/chat/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/chat/Makefile.am') diff --git a/examples/chat/Makefile.am b/examples/chat/Makefile.am index afdb827..84dad79 100644 --- a/examples/chat/Makefile.am +++ b/examples/chat/Makefile.am @@ -3,13 +3,13 @@ INCLUDES = -I$(top_builddir) -I$(top_builddir)/include noinst_PROGRAMS = chatroom display prompt chatroom_SOURCES = chatroom.cpp -chatroom_LDADD = $(top_builddir)/src/libzs.la +chatroom_LDADD = $(top_builddir)/src/libzmq.la chatroom_CXXFLAGS = -Wall -pedantic -Werror display_SOURCES = display.cpp -display_LDADD = $(top_builddir)/src/libzs.la +display_LDADD = $(top_builddir)/src/libzmq.la display_CXXFLAGS = -Wall -pedantic -Werror prompt_SOURCES = prompt.cpp -prompt_LDADD = $(top_builddir)/src/libzs.la +prompt_LDADD = $(top_builddir)/src/libzmq.la prompt_CXXFLAGS = -Wall -pedantic -Werror -- cgit v1.2.3