summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-12-07 21:57:40 +0000
committerAlan Conway <aconway@apache.org>2007-12-07 21:57:40 +0000
commit92a003c58ae103c30024b588accfe2ef86de561d (patch)
tree5ed30281aa344d5e95ff859e4d306a0f04c4866b /qpid/cpp/examples
parent93a87010ba58b42e2fe153504b4781978d128a6c (diff)
downloadqpid-python-92a003c58ae103c30024b588accfe2ef86de561d.tar.gz
src/tests/Makefile.am: Add BrokerFixture.h to sourc lists
examples/Makefile.am: Fix typo. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@602239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
-rw-r--r--qpid/cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index 8e7c88b996..9bd8376644 100644
--- a/qpid/cpp/examples/Makefile.am
+++ b/qpid/cpp/examples/Makefile.am
@@ -31,5 +31,5 @@ EXAMPLE_FLAGS=-I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) -Wl,-rpath,$(DESTD
EXAMPLE_DIR=$(DESTDIR)$(pkgdatadir)/examples
installcheck-local:
cd $(EXAMPLE_DIR) && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(EXAMPLE_FLAGS)" all
- cd ${EXAMPLE_DIR) && $(abs_srcdir)/verify
+ cd $(EXAMPLE_DIR) && $(abs_srcdir)/verify
cd $(EXAMPLE_DIR) && $(MAKE) clean