diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-08-24 08:24:25 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-08-24 08:24:25 +0000 |
| commit | 0d507d56b0c2f466c46530ad485068f78918d016 (patch) | |
| tree | 1e1a1b629278b5494af9f28e1ee6bcb311ee7d7e /cpp/src/Makefile.am | |
| parent | f578108a6fe71e1f285891dd6699f8e7753d074a (diff) | |
| download | qpid-python-0d507d56b0c2f466c46530ad485068f78918d016.tar.gz | |
Use co -r instead of URL@REV
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 369c56a342..7e4b890c70 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -59,7 +59,7 @@ windows_dist = \ qpid/broker/windows/BrokerDefaults.cpp \ qpid/broker/windows/SaslAuthenticator.cpp -EXTRA_DIST= $(platform_dist) $(rgen_srcs) $(windows_dist) +EXTRA_DIST= $(platform_dist) $(rgen_srcs) $(windows_dist) $(top_srcdir)/src/boost # Define variables that are be appended to by this file and included .mk files. nobase_include_HEADERS = |
