summaryrefslogtreecommitdiff
path: root/trunk/qpid/cpp/examples/fanout/Makefile.am
blob: 83cda09cf499ccf7f92a1c0cef9b211157800574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
examplesdir=$(pkgdatadir)/examples/fanout

include $(top_srcdir)/examples/makedist.mk

noinst_PROGRAMS=fanout_producer listener
fanout_producer_SOURCES=fanout_producer.cpp
fanout_producer_LDADD=$(CLIENT_LIB)

listener_SOURCES=listener.cpp
listener_LDADD=$(CLIENT_LIB)

examples_DATA=               \
	fanout_producer.cpp  \
	listener.cpp         \
	$(MAKEDIST)

EXTRA_DIST=                  \
	$(examples_DATA)     \
	verify               \
	verify.in            \
	verify_cpp_python    \
	verify_cpp_python.in \
	verify_python_cpp    \
	verify_python_cpp.in