diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-06-23 14:38:17 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-06-23 14:38:17 +0000 |
commit | 2acf9d6d9c298a31d43977774b93e92518b0207c (patch) | |
tree | d3221d4e222e24bf4dad9740e81ea515b975ae16 /cpp/examples | |
parent | 3e60ce316b62d1f2f7fe2d62b6fb475becf71ed5 (diff) | |
download | qpid-python-2acf9d6d9c298a31d43977774b93e92518b0207c.tar.gz |
Fixed scripts that referred to README instead of README.txt.
Changes to web site template and content.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/xml-exchange/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/xml-exchange/Makefile.am b/cpp/examples/xml-exchange/Makefile.am index e91cec370d..9001e3fa61 100644 --- a/cpp/examples/xml-exchange/Makefile.am +++ b/cpp/examples/xml-exchange/Makefile.am @@ -33,7 +33,7 @@ listener_SOURCES=listener.cpp listener_LDADD=$(CLIENT_LIB) EXTRA_DIST= \ - README \ + README.txt \ CMakeLists.txt examples_DATA= \ |