summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-30 14:18:03 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-30 14:18:03 +0000
commit51b7a3fcf60bf7f6cc9e8ae3da2783b7145f3349 (patch)
treea3e0031fee7a768549c889baba56883c7c6c542a /qpid/cpp/Makefile
parent134d9096c6b3db69c390df05032de6e1f34e0ebc (diff)
downloadqpid-python-51b7a3fcf60bf7f6cc9e8ae3da2783b7145f3349.tar.gz
Changes for building on RHEL3. Also bundle debug and release libs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@480934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
-rw-r--r--qpid/cpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile
index 8f7b6795b2..d5df4cccaf 100644
--- a/qpid/cpp/Makefile
+++ b/qpid/cpp/Makefile
@@ -28,6 +28,7 @@ test: unittest pythontest
.PHONY: show-vars
show-vars:
+ @echo RELEASE=$(RELEASE)
@echo APR_LDFLAGS=$(APR_LDFLAGS)
@echo APR_CFLAGS=$(APR_CFLAGS)
@echo CXXFLAGS=$(CXXFLAGS)