From b7c255e9589aa454b6d52afbc3e29bf08c679df3 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 28 Jan 2011 19:11:54 +0000 Subject: 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/qpid@1064811 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/perl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/bindings') diff --git a/cpp/bindings/qpid/perl/Makefile.am b/cpp/bindings/qpid/perl/Makefile.am index 566c8256d2..982d493ba0 100644 --- a/cpp/bindings/qpid/perl/Makefile.am +++ b/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 -- cgit v1.2.1