summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-01-28 19:11:54 +0000
committerTed Ross <tross@apache.org>2011-01-28 19:11:54 +0000
commit55c22f0d29b5ac0226f206f42544a5e56970a387 (patch)
treee0432754ca6af450deda3833587db2b8b6ff858f /qpid/cpp/bindings
parent51f31e3bc3becc4714a9a29f7edd3ebd63cad97e (diff)
downloadqpid-python-55c22f0d29b5ac0226f206f42544a5e56970a387.tar.gz
QPID-3009 - Fixed configuration problem found by gsim.
There's certainly a better way to find the include path for the perl-devel headers but this will prevent builds from being broken. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1064811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
-rw-r--r--qpid/cpp/bindings/qpid/perl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qpid/perl/Makefile.am b/qpid/cpp/bindings/qpid/perl/Makefile.am
index 566c8256d2..982d493ba0 100644
--- a/qpid/cpp/bindings/qpid/perl/Makefile.am
+++ b/qpid/cpp/bindings/qpid/perl/Makefile.am
@@ -19,7 +19,7 @@
if HAVE_PERL_DEVEL
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src -I$(PERL_INC)
EXTRA_DIST = perl.i
BUILT_SOURCES = cqpid.cpp
@@ -34,7 +34,7 @@ cqpid_PERL = cqpid.pm
cqpid_la_LDFLAGS = -avoid-version -module -shared
cqpid_la_LIBADD = -L$(top_builddir)/src/.libs -lqpidmessaging -lqpidtypes \
$(top_builddir)/src/libqpidmessaging.la $(top_builddir)/src/libqpidtypes.la
-cqpid_la_CXXFLAGS = $(INCLUDES) $(PERL_INC)
+cqpid_la_CXXFLAGS = $(INCLUDES)
nodist_cqpid_la_SOURCES = cqpid.cpp
CLEANFILES = cqpid.cpp cqpid.pm