diff options
| author | Alan Conway <aconway@apache.org> | 2010-03-17 16:33:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-03-17 16:33:50 +0000 |
| commit | 0e72fcd72e163c32e84e62f999b007b74b64f086 (patch) | |
| tree | aff58caf4085735c3842c669d351dc5444023264 /cpp/Makefile.am | |
| parent | f40cd6f5aa0f7ae54f341a2f82fdece9746eda54 (diff) | |
| download | qpid-python-0e72fcd72e163c32e84e62f999b007b74b64f086.tar.gz | |
C++ automake build picks up version number from qpid/QPID_VERSION.txt.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@924359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index dcbc4c10c3..5c475946a0 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -25,7 +25,7 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ LICENSE NOTICE README SSL RELEASE_NOTES DESIGN \ xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ - packaging/NSIS + packaging/NSIS QPID_VERSION.txt SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf |
