diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-04-29 14:19:58 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-04-29 14:19:58 +0000 |
| commit | 677ba13c2cebd987011332b224ba36c64ffc3080 (patch) | |
| tree | caede2eab2c3befd4a61db8fef9dd535beab2384 /cpp | |
| parent | d2eea8018ac69646fa42086bda543d9d1bc32fd9 (diff) | |
| download | qpid-python-677ba13c2cebd987011332b224ba36c64ffc3080.tar.gz | |
QPID-4719: Include Perl language files missing from source files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qpid/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/Makefile.am b/cpp/bindings/qpid/Makefile.am index 3ea09945f9..87e78bdce9 100644 --- a/cpp/bindings/qpid/Makefile.am +++ b/cpp/bindings/qpid/Makefile.am @@ -33,7 +33,7 @@ if HAVE_PERL_DEVEL INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/bindings -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src -I$(PERL_INC) -EXTRA_DIST = perl/perl.i perl/CMakeLists.txt +EXTRA_DIST = perl/perl.i perl/CMakeLists.txt perl/Makefile.PL perl/qpid.pm perl/lib BUILT_SOURCES = perl/cqpid_perl.cpp SWIG_FLAGS = -w362,401 |
