From ccd47f1ee8c9268b99478c6cce3d8b1aada62566 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 24 Feb 2010 09:17:05 +0100 Subject: chat example moved to separate repo --- examples/chat/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/chat/Makefile.am (limited to 'examples/chat/Makefile.am') diff --git a/examples/chat/Makefile.am b/examples/chat/Makefile.am deleted file mode 100644 index e14094f..0000000 --- a/examples/chat/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -INCLUDES = -I$(top_builddir)/bindings/c -I$(top_builddir)/bindings/cpp - -noinst_PROGRAMS = display prompt - -display_SOURCES = display.cpp -display_LDADD = $(top_builddir)/src/libzmq.la -display_CXXFLAGS = -Wall -pedantic -Werror - -prompt_SOURCES = prompt.cpp -prompt_LDADD = $(top_builddir)/src/libzmq.la -prompt_CXXFLAGS = -Wall -pedantic -Werror -- cgit v1.2.3