diff options
| author | Alan Conway <aconway@apache.org> | 2007-12-07 21:57:40 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-12-07 21:57:40 +0000 |
| commit | e997eeb68fdb7f975f9e70848832f2b0d7612683 (patch) | |
| tree | 506f03a0a3b2ab15c857f7a44796b630f9410db0 /cpp/examples | |
| parent | 7bc8f20e59e8f18926119a4bc5fdb5be262c500c (diff) | |
| download | qpid-python-e997eeb68fdb7f975f9e70848832f2b0d7612683.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/qpid@602239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 8e7c88b996..9bd8376644 100644 --- a/cpp/examples/Makefile.am +++ b/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 |
