summaryrefslogtreecommitdiff
path: root/trunk/qpid/cpp/examples/request-response/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/cpp/examples/request-response/Makefile.am')
-rw-r--r--trunk/qpid/cpp/examples/request-response/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/trunk/qpid/cpp/examples/request-response/Makefile.am b/trunk/qpid/cpp/examples/request-response/Makefile.am
deleted file mode 100644
index d2cddf3cfb..0000000000
--- a/trunk/qpid/cpp/examples/request-response/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-examplesdir=$(pkgdatadir)/examples/request-response
-
-include $(top_srcdir)/examples/makedist.mk
-
-noinst_PROGRAMS=client server
-
-client_SOURCES=client.cpp
-client_LDADD=$(CLIENT_LIB)
-
-server_SOURCES=server.cpp
-server_LDADD=$(CLIENT_LIB)
-
-examples_DATA= \
- server.cpp \
- client.cpp \
- $(MAKEDIST)
-
-EXTRA_DIST= \
- $(examples_DATA) \
- verify \
- verify.in \
- verify_cpp_python \
- verify_cpp_python.in \
- verify_python_cpp \
- verify_python_cpp.in
-
-
-
-
-