summaryrefslogtreecommitdiff
path: root/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
commit89bcd94764e54eb471d4ef72369a92faa0694406 (patch)
tree9f269831f8baa249ea6b9debeb3c1036e239efe4 /cpp/configure.ac
parent33edbe909fcbb4bd4b8beca378432aa651187da2 (diff)
downloadqpid-python-89bcd94764e54eb471d4ef72369a92faa0694406.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/qpid@1068944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index ee1bade1c9..ea1a1b49ea 100644
--- a/cpp/configure.ac
+++ b/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