diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-05-16 20:12:58 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-05-16 20:12:58 +0000 |
| commit | 0a0c87a6ae30afa26f68b02b3ac5a42395867fba (patch) | |
| tree | ecab5dd08035f93ca1fd21acab79047826c756ab /cpp | |
| parent | 9ba0ba3e30884dbc35087ce9852e7ae80790a473 (diff) | |
| download | qpid-python-0a0c87a6ae30afa26f68b02b3ac5a42395867fba.tar.gz | |
QPID-4856: Fix reference to qpid.pm in Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483541 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 87e78bdce9..5f47ee9b0a 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 perl/Makefile.PL perl/qpid.pm perl/lib +EXTRA_DIST = perl/perl.i perl/CMakeLists.txt perl/Makefile.PL perl/lib/qpid.pm perl/lib BUILT_SOURCES = perl/cqpid_perl.cpp SWIG_FLAGS = -w362,401 |
