summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2011-02-09 15:56:18 +0000
committerCharles E. Rolke <chug@apache.org>2011-02-09 15:56:18 +0000
commit755da92bd80bb6dafa2de3a4dad67e53e26224f6 (patch)
tree6821e5c2b09d196a33bceefdea06d349921ecceb /qpid/cpp/configure.ac
parent133433ab3a38e4267c9c46af55d59361afa61e36 (diff)
downloadqpid-python-755da92bd80bb6dafa2de3a4dad67e53e26224f6.tar.gz
QPID-3041 Make dist process does not package the .NET Binding source
cpp/configure.ac: add tar-ustar to automake init options (name length > 99 fix) create a makefile in bindings/qpid/dotnet cpp/src/Makefile.am add various windows-specific source files that have crept in cpp/binding/qpid/Makefile.am add the dotnet directory to subdirs list cpp/bindings/qpid/dotnet/Makefile.am EXTRA_DIST list of all the dotnet binding files Requires a ./bootstrap and ./configure to take effect. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1068944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index ee1bade1c9..ea1a1b49ea 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -16,7 +16,7 @@ AC_INIT([qpidc],
[dev@qpid.apache.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects tar-ustar])
# Minimum Autoconf version required.
AC_PREREQ(2.59)
@@ -538,6 +538,7 @@ AC_CONFIG_FILES([
bindings/qpid/ruby/Makefile
bindings/qpid/python/Makefile
bindings/qpid/perl/Makefile
+ bindings/qpid/dotnet/Makefile
bindings/qmf/Makefile
bindings/qmf/ruby/Makefile
bindings/qmf/python/Makefile