summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-05-01 21:50:06 +0000
committerStephen D. Huston <shuston@apache.org>2009-05-01 21:50:06 +0000
commit0b9a1572d25860399e2300a5860fea31b5aa00ee (patch)
treed8db289e3b0dc99152c9f7e2aaf974a8b0b74990 /cpp/examples/Makefile.am
parent0bd20c1da69d0b809e1ae9948f86aa9debb94255 (diff)
downloadqpid-python-0b9a1572d25860399e2300a5860fea31b5aa00ee.tar.gz
Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases; fixes QPID-1836
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index f23f3ee9e0..90b397aa8a 100644
--- a/cpp/examples/Makefile.am
+++ b/cpp/examples/Makefile.am
@@ -37,7 +37,7 @@ $(MAKEDIST): Makefile
examplesdir=$(pkgdatadir)/examples
dist_examples_DATA = README $(MAKEDIST)
-EXTRA_DIST = README.verify verify verify_all
+EXTRA_DIST = README.verify verify verify_all examples.sln
# For older versions of automake
abs_top_srcdir = @abs_top_srcdir@