diff options
author | Gordon Sim <gsim@apache.org> | 2011-02-01 09:41:56 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-02-01 09:41:56 +0000 |
commit | 69abdbd8bdad02feee0960986d7d7f2957644553 (patch) | |
tree | 5cf859313dec83efabf3227a78999f8aae1c2f6b /cpp | |
parent | 884634f78e34cbb370724fc00ffc1f28155b3167 (diff) | |
download | qpid-python-69abdbd8bdad02feee0960986d7d7f2957644553.tar.gz |
QPID-3009: added perl typemap to distribution list
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1065961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-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 f5f4a95be6..01b8507454 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = \ LICENSE NOTICE README.txt SSL RELEASE_NOTES DESIGN \ xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ packaging/NSIS QPID_VERSION.txt bindings/swig_python_typemaps.i \ - bindings/swig_ruby_typemaps.i + bindings/swig_ruby_typemaps.i bindings/swig_perl_typemaps.i SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings/qpid bindings/qmf2 |